| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
ActionsSuppressedBy |
CompositeAlarm.actionsSuppressedBy()
When the value is
ALARM, it means that the actions are suppressed because the suppressor alarm is in
ALARM When the value is WaitPeriod, it means that the actions are suppressed because
the composite alarm is waiting for the suppressor alarm to go into into the ALARM state. |
static ActionsSuppressedBy |
ActionsSuppressedBy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActionsSuppressedBy |
ActionsSuppressedBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionsSuppressedBy[] |
ActionsSuppressedBy.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<ActionsSuppressedBy> |
ActionsSuppressedBy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CompositeAlarm.Builder |
CompositeAlarm.Builder.actionsSuppressedBy(ActionsSuppressedBy actionsSuppressedBy)
When the value is
ALARM, it means that the actions are suppressed because the suppressor alarm
is in ALARM When the value is WaitPeriod, it means that the actions are suppressed
because the composite alarm is waiting for the suppressor alarm to go into into the ALARM state. |
Copyright © 2023. All rights reserved.