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