| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
AlarmHistoryItem |
AlarmHistoryItem.addAlarmContributorAttributesEntry(String key,
String value)
Add a single AlarmContributorAttributes entry
|
AlarmHistoryItem |
AlarmHistoryItem.clearAlarmContributorAttributesEntries()
Removes all the entries added into AlarmContributorAttributes.
|
AlarmHistoryItem |
AlarmHistoryItem.clone() |
AlarmHistoryItem |
AlarmHistoryItem.withAlarmContributorAttributes(Map<String,String> alarmContributorAttributes)
A map of attributes that describe the alarm contributor associated with this history item, providing context
about the contributor's characteristics at the time of the event.
|
AlarmHistoryItem |
AlarmHistoryItem.withAlarmContributorId(String alarmContributorId)
The unique identifier of the alarm contributor associated with this history item, if applicable.
|
AlarmHistoryItem |
AlarmHistoryItem.withAlarmName(String alarmName)
The descriptive name for the alarm.
|
AlarmHistoryItem |
AlarmHistoryItem.withAlarmType(AlarmType alarmType)
The type of alarm, either metric alarm or composite alarm.
|
AlarmHistoryItem |
AlarmHistoryItem.withAlarmType(String alarmType)
The type of alarm, either metric alarm or composite alarm.
|
AlarmHistoryItem |
AlarmHistoryItem.withHistoryData(String historyData)
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 summary of the alarm history, in text format.
|
AlarmHistoryItem |
AlarmHistoryItem.withTimestamp(Date timestamp)
The time stamp for the alarm history item.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlarmHistoryItem> |
DescribeAlarmHistoryResult.getAlarmHistoryItems()
The alarm histories, in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmHistoryResult |
DescribeAlarmHistoryResult.withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)
The alarm histories, in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlarmHistoryResult.setAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
The alarm histories, in JSON format.
|
DescribeAlarmHistoryResult |
DescribeAlarmHistoryResult.withAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)
The alarm histories, in JSON format.
|
Copyright © 2025. All rights reserved.