Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAlarmsRequest.setStateValue(StateValue stateValue)
Specify this parameter to receive information only about alarms that are currently in the state that you specify.
|
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)
Specify this parameter to receive information only about alarms that are currently in the state that you specify.
|
MetricAlarm |
MetricAlarm.withStateValue(StateValue stateValue)
The state value for the alarm.
|
CompositeAlarm |
CompositeAlarm.withStateValue(StateValue stateValue)
The state value for the alarm.
|
SetAlarmStateRequest |
SetAlarmStateRequest.withStateValue(StateValue stateValue)
The value of the state.
|
Copyright © 2020. All rights reserved.