Uses of Class
software.amazon.awssdk.services.rekognition.model.ProjectVersionStatus
-
Packages that use ProjectVersionStatus Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ProjectVersionStatus in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ProjectVersionStatus Modifier and Type Method Description static ProjectVersionStatusProjectVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProjectVersionStatusDeleteProjectVersionResponse. status()The status of the deletion operation.ProjectVersionStatusProjectVersionDescription. status()The current status of the model version.ProjectVersionStatusStartProjectVersionResponse. status()The current running status of the model.ProjectVersionStatusStopProjectVersionResponse. status()The current status of the stop operation.static ProjectVersionStatusProjectVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectVersionStatus[]ProjectVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProjectVersionStatus Modifier and Type Method Description static Set<ProjectVersionStatus>ProjectVersionStatus. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProjectVersionStatus Modifier and Type Method Description DeleteProjectVersionResponse.BuilderDeleteProjectVersionResponse.Builder. status(ProjectVersionStatus status)The status of the deletion operation.ProjectVersionDescription.BuilderProjectVersionDescription.Builder. status(ProjectVersionStatus status)The current status of the model version.StartProjectVersionResponse.BuilderStartProjectVersionResponse.Builder. status(ProjectVersionStatus status)The current running status of the model.StopProjectVersionResponse.BuilderStopProjectVersionResponse.Builder. status(ProjectVersionStatus status)The current status of the stop operation.
-