Uses of Class
com.amazonaws.services.cloudwatch.model.StateValue
-
Packages that use StateValue Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of StateValue in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return StateValue Modifier and Type Method Description static StateValue
StateValue. fromValue(String value)
Use this in place of valueOf.static StateValue
StateValue. valueOf(String name)
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 StateValue Modifier and Type Method Description void
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
DescribeAlarmsRequest. withStateValue(StateValue stateValue)
The state value to be used in matching alarms.MetricAlarm
MetricAlarm. withStateValue(StateValue stateValue)
The state value for the alarm.SetAlarmStateRequest
SetAlarmStateRequest. withStateValue(StateValue stateValue)
The value of the state.
-