| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationState |
EvaluationState.fromValue(String value)
Use this in place of valueOf.
|
static EvaluationState |
EvaluationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationState[] |
EvaluationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricAlarm.setEvaluationState(EvaluationState evaluationState)
If the value of this field is
PARTIAL_DATA, the alarm is being evaluated based on only partial data. |
MetricAlarm |
MetricAlarm.withEvaluationState(EvaluationState evaluationState)
If the value of this field is
PARTIAL_DATA, the alarm is being evaluated based on only partial data. |
Copyright © 2023. All rights reserved.