Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AlarmHistoryItem> |
DescribeAlarmHistoryResult.alarmHistoryItems
A list of alarm histories in JSON format.
|
Modifier and Type | Method and Description |
---|---|
AlarmHistoryItem |
AlarmHistoryItem.clone() |
AlarmHistoryItem |
AlarmHistoryItem.withAlarmName(java.lang.String alarmName)
The descriptive name for the alarm.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistoryData(java.lang.String historyData)
Machine-readable data about the alarm in JSON format.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistoryItemType(HistoryItemType historyItemType)
The type of alarm history item.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistoryItemType(java.lang.String historyItemType)
The type of alarm history item.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistorySummary(java.lang.String historySummary)
A human-readable summary of the alarm history.
|
AlarmHistoryItem |
AlarmHistoryItem.withTimestamp(java.util.Date timestamp)
The time stamp for the alarm history item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AlarmHistoryItem> |
DescribeAlarmHistoryResult.getAlarmHistoryItems()
A list of alarm histories in JSON format.
|
Modifier and Type | Method and Description |
---|---|
DescribeAlarmHistoryResult |
DescribeAlarmHistoryResult.withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
A list of alarm histories in JSON format.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAlarmHistoryResult.setAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
DescribeAlarmHistoryResult |
DescribeAlarmHistoryResult.withAlarmHistoryItems(java.util.Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
Modifier and Type | Method and Description |
---|---|
AlarmHistoryItem |
AlarmHistoryItemStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |