| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
static StateValue |
StateValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StateValue |
DescribeAlarmsRequest.stateValue()
The state value to be used in matching alarms.
|
StateValue |
MetricAlarm.stateValue()
The state value for the alarm.
|
StateValue |
SetAlarmStateRequest.stateValue()
The value of the state.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<StateValue> |
StateValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmsRequest.Builder |
DescribeAlarmsRequest.Builder.stateValue(StateValue stateValue)
The state value to be used in matching alarms.
|
MetricAlarm.Builder |
MetricAlarm.Builder.stateValue(StateValue stateValue)
The state value for the alarm.
|
SetAlarmStateRequest.Builder |
SetAlarmStateRequest.Builder.stateValue(StateValue stateValue)
The value of the state.
|
Copyright © 2018. All rights reserved.