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 StateValueStateValue. fromValue(String value)Use this in place of valueOf.static StateValueStateValue. 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 voidDescribeAlarmsRequest. setStateValue(StateValue stateValue)The state value to be used in matching alarms.voidMetricAlarm. setStateValue(StateValue stateValue)The state value for the alarm.voidSetAlarmStateRequest. setStateValue(StateValue stateValue)The value of the state.DescribeAlarmsRequestDescribeAlarmsRequest. withStateValue(StateValue stateValue)The state value to be used in matching alarms.MetricAlarmMetricAlarm. withStateValue(StateValue stateValue)The state value for the alarm.SetAlarmStateRequestSetAlarmStateRequest. withStateValue(StateValue stateValue)The value of the state.
-