Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.StateValue
Packages that use StateValue
-
Uses of StateValue in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StateValueModifier and TypeMethodDescriptionstatic StateValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StateValueCompositeAlarm.stateValue()The state value for the alarm.final StateValueDescribeAlarmsRequest.stateValue()Specify this parameter to receive information only about alarms that are currently in the state that you specify.final StateValueMetricAlarm.stateValue()The state value for the alarm.final StateValueSetAlarmStateRequest.stateValue()The value of the state.static StateValueReturns the enum constant of this type with the specified name.static StateValue[]StateValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StateValueMethods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StateValueModifier and TypeMethodDescriptionCompositeAlarm.Builder.stateValue(StateValue stateValue) The state value for the alarm.DescribeAlarmsRequest.Builder.stateValue(StateValue stateValue) Specify this parameter to receive information only about alarms that are currently in the state that you specify.MetricAlarm.Builder.stateValue(StateValue stateValue) The state value for the alarm.SetAlarmStateRequest.Builder.stateValue(StateValue stateValue) The value of the state.