Uses of Class
software.amazon.awssdk.services.frauddetector.model.ModelVersionStatus
-
Packages that use ModelVersionStatus Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelVersionStatus in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelVersionStatus Modifier and Type Method Description static ModelVersionStatusModelVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelVersionStatusUpdateModelVersionStatusRequest. status()The model version status.static ModelVersionStatusModelVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelVersionStatus[]ModelVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelVersionStatus Modifier and Type Method Description static Set<ModelVersionStatus>ModelVersionStatus. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type ModelVersionStatus Modifier and Type Method Description UpdateModelVersionStatusRequest.BuilderUpdateModelVersionStatusRequest.Builder. status(ModelVersionStatus status)The model version status.
-