| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
Classes modeling the various types represented by AmazonCloudWatch.
|
| Modifier and Type | Method and Description |
|---|---|
AlarmHistoryItem |
AlarmHistoryItem.withAlarmName(String alarmName)
The descriptive name for the alarm.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistoryData(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(String historyItemType)
The type of alarm history item.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistorySummary(String historySummary)
A human-readable summary of the alarm history.
|
AlarmHistoryItem |
AlarmHistoryItem.withTimestamp(Date timestamp)
The time stamp for the alarm history item.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
DescribeAlarmHistoryResult |
DescribeAlarmHistoryResult.withAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
A list of alarm histories in JSON format.
|
Copyright © 2015. All rights reserved.