Uses of Class
software.amazon.awssdk.services.iotevents.model.AlarmModelVersionStatus
-
Packages that use AlarmModelVersionStatus Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of AlarmModelVersionStatus in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return AlarmModelVersionStatus Modifier and Type Method Description static AlarmModelVersionStatusAlarmModelVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AlarmModelVersionStatusAlarmModelVersionSummary. status()The status of the alarm model.AlarmModelVersionStatusCreateAlarmModelResponse. status()The status of the alarm model.AlarmModelVersionStatusDescribeAlarmModelResponse. status()The status of the alarm model.AlarmModelVersionStatusUpdateAlarmModelResponse. status()The status of the alarm model.static AlarmModelVersionStatusAlarmModelVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmModelVersionStatus[]AlarmModelVersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type AlarmModelVersionStatus Modifier and Type Method Description static Set<AlarmModelVersionStatus>AlarmModelVersionStatus. knownValues()Methods in software.amazon.awssdk.services.iotevents.model with parameters of type AlarmModelVersionStatus Modifier and Type Method Description AlarmModelVersionSummary.BuilderAlarmModelVersionSummary.Builder. status(AlarmModelVersionStatus status)The status of the alarm model.CreateAlarmModelResponse.BuilderCreateAlarmModelResponse.Builder. status(AlarmModelVersionStatus status)The status of the alarm model.DescribeAlarmModelResponse.BuilderDescribeAlarmModelResponse.Builder. status(AlarmModelVersionStatus status)The status of the alarm model.UpdateAlarmModelResponse.BuilderUpdateAlarmModelResponse.Builder. status(AlarmModelVersionStatus status)The status of the alarm model.
-