Uses of Enum
com.amazonaws.services.cloudwatch.model.StateValue
Packages that use StateValue
-
Uses of StateValue in com.amazonaws.services.cloudwatch.model
Subclasses with type arguments of type StateValue in com.amazonaws.services.cloudwatch.modelMethods in com.amazonaws.services.cloudwatch.model that return StateValueModifier and TypeMethodDescriptionstatic StateValueUse this in place of valueOf.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 com.amazonaws.services.cloudwatch.model with parameters of type StateValueModifier and TypeMethodDescriptionvoidDescribeAlarmsRequest.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.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.