Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StateValue
-
Packages that use StateValue Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StateValue in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StateValue Modifier and Type Method Description static StateValueStateValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateValueCompositeAlarm. stateValue()The state value for the alarm.StateValueDescribeAlarmsRequest. stateValue()Specify this parameter to receive information only about alarms that are currently in the state that you specify.StateValueMetricAlarm. stateValue()The state value for the alarm.StateValueSetAlarmStateRequest. stateValue()The value of the state.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 software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StateValue Modifier and Type Method Description static Set<StateValue>StateValue. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StateValue Modifier and Type Method Description CompositeAlarm.BuilderCompositeAlarm.Builder. stateValue(StateValue stateValue)The state value for the alarm.DescribeAlarmsRequest.BuilderDescribeAlarmsRequest.Builder. stateValue(StateValue stateValue)Specify this parameter to receive information only about alarms that are currently in the state that you specify.MetricAlarm.BuilderMetricAlarm.Builder. stateValue(StateValue stateValue)The state value for the alarm.SetAlarmStateRequest.BuilderSetAlarmStateRequest.Builder. stateValue(StateValue stateValue)The value of the state.
-