Uses of Enum
com.amazonaws.services.cloudwatch.model.StateValue
Packages that use StateValue
-
Uses of StateValue in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return StateValueModifier and TypeMethodDescriptionstatic StateValue
Use this in place of valueOf.static StateValue
Returns 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 com.amazonaws.services.cloudwatch.model with parameters of type StateValueModifier and TypeMethodDescriptionvoid
DescribeAlarmsRequest.setStateValue
(StateValue stateValue) The state value to be used in matching alarms.void
MetricAlarm.setStateValue
(StateValue stateValue) The state value for the alarm.void
SetAlarmStateRequest.setStateValue
(StateValue stateValue) The value of the state.DescribeAlarmsRequest.withStateValue
(StateValue stateValue) The state value to be used in matching alarms.MetricAlarm.withStateValue
(StateValue stateValue) The state value for the alarm.SetAlarmStateRequest.withStateValue
(StateValue stateValue) The value of the state.