| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
CompositeAlarm |
CompositeAlarm.clone() |
CompositeAlarm |
CompositeAlarm.withActionsEnabled(Boolean actionsEnabled)
Indicates whether actions should be executed during any changes to the alarm state.
|
CompositeAlarm |
CompositeAlarm.withActionsSuppressedBy(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. |
CompositeAlarm |
CompositeAlarm.withActionsSuppressedBy(String 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. |
CompositeAlarm |
CompositeAlarm.withActionsSuppressedReason(String actionsSuppressedReason)
Captures the reason for action suppression.
|
CompositeAlarm |
CompositeAlarm.withActionsSuppressor(String actionsSuppressor)
Actions will be suppressed if the suppressor alarm is in the
ALARM state. |
CompositeAlarm |
CompositeAlarm.withActionsSuppressorExtensionPeriod(Integer actionsSuppressorExtensionPeriod)
The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the
ALARM state. |
CompositeAlarm |
CompositeAlarm.withActionsSuppressorWaitPeriod(Integer actionsSuppressorWaitPeriod)
The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the
ALARM state. |
CompositeAlarm |
CompositeAlarm.withAlarmActions(Collection<String> alarmActions)
The actions to execute when this alarm transitions to the ALARM state from any other state.
|
CompositeAlarm |
CompositeAlarm.withAlarmActions(String... alarmActions)
The actions to execute when this alarm transitions to the ALARM state from any other state.
|
CompositeAlarm |
CompositeAlarm.withAlarmArn(String alarmArn)
The Amazon Resource Name (ARN) of the alarm.
|
CompositeAlarm |
CompositeAlarm.withAlarmConfigurationUpdatedTimestamp(Date alarmConfigurationUpdatedTimestamp)
The time stamp of the last update to the alarm configuration.
|
CompositeAlarm |
CompositeAlarm.withAlarmDescription(String alarmDescription)
The description of the alarm.
|
CompositeAlarm |
CompositeAlarm.withAlarmName(String alarmName)
The name of the alarm.
|
CompositeAlarm |
CompositeAlarm.withAlarmRule(String alarmRule)
The rule that this alarm uses to evaluate its alarm state.
|
CompositeAlarm |
CompositeAlarm.withInsufficientDataActions(Collection<String> insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.
|
CompositeAlarm |
CompositeAlarm.withInsufficientDataActions(String... insufficientDataActions)
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state.
|
CompositeAlarm |
CompositeAlarm.withOKActions(Collection<String> oKActions)
The actions to execute when this alarm transitions to the OK state from any other state.
|
CompositeAlarm |
CompositeAlarm.withOKActions(String... oKActions)
The actions to execute when this alarm transitions to the OK state from any other state.
|
CompositeAlarm |
CompositeAlarm.withStateReason(String stateReason)
An explanation for the alarm state, in text format.
|
CompositeAlarm |
CompositeAlarm.withStateReasonData(String stateReasonData)
An explanation for the alarm state, in JSON format.
|
CompositeAlarm |
CompositeAlarm.withStateTransitionedTimestamp(Date stateTransitionedTimestamp)
The timestamp of the last change to the alarm's
StateValue. |
CompositeAlarm |
CompositeAlarm.withStateUpdatedTimestamp(Date stateUpdatedTimestamp)
Tracks the timestamp of any state update, even if
StateValue doesn't change. |
CompositeAlarm |
CompositeAlarm.withStateValue(StateValue stateValue)
The state value for the alarm.
|
CompositeAlarm |
CompositeAlarm.withStateValue(String stateValue)
The state value for the alarm.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompositeAlarm> |
DescribeAlarmsResult.getCompositeAlarms()
The information about any composite alarms returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmsResult |
DescribeAlarmsResult.withCompositeAlarms(CompositeAlarm... compositeAlarms)
The information about any composite alarms returned by the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlarmsResult.setCompositeAlarms(Collection<CompositeAlarm> compositeAlarms)
The information about any composite alarms returned by the operation.
|
DescribeAlarmsResult |
DescribeAlarmsResult.withCompositeAlarms(Collection<CompositeAlarm> compositeAlarms)
The information about any composite alarms returned by the operation.
|
Copyright © 2025. All rights reserved.