| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationState |
MetricAlarm.evaluationState()
If the value of this field is
PARTIAL_DATA, the alarm is being evaluated based on only partial data. |
static EvaluationState |
EvaluationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<EvaluationState> |
EvaluationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MetricAlarm.Builder |
MetricAlarm.Builder.evaluationState(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.