| 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.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.withStateUpdatedTimestamp(Date stateUpdatedTimestamp)
The time stamp of the last update to the alarm state.
|
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 © 2022. All rights reserved.