Uses of Class
com.amazonaws.services.cloudwatch.model.AlarmHistoryItem
-
Packages that use AlarmHistoryItem Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of AlarmHistoryItem in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return AlarmHistoryItem Modifier and Type Method Description AlarmHistoryItemAlarmHistoryItem. clone()AlarmHistoryItemAlarmHistoryItem. withAlarmName(String alarmName)The descriptive name for the alarm.AlarmHistoryItemAlarmHistoryItem. withHistoryData(String historyData)Machine-readable data about the alarm in JSON format.AlarmHistoryItemAlarmHistoryItem. withHistoryItemType(HistoryItemType historyItemType)The type of alarm history item.AlarmHistoryItemAlarmHistoryItem. withHistoryItemType(String historyItemType)The type of alarm history item.AlarmHistoryItemAlarmHistoryItem. withHistorySummary(String historySummary)A human-readable summary of the alarm history.AlarmHistoryItemAlarmHistoryItem. withTimestamp(Date timestamp)The time stamp for the alarm history item.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type AlarmHistoryItem Modifier and Type Method Description List<AlarmHistoryItem>DescribeAlarmHistoryResult. getAlarmHistoryItems()A list of alarm histories in JSON format.Methods in com.amazonaws.services.cloudwatch.model with parameters of type AlarmHistoryItem Modifier and Type Method Description DescribeAlarmHistoryResultDescribeAlarmHistoryResult. withAlarmHistoryItems(AlarmHistoryItem... alarmHistoryItems)A list of alarm histories in JSON format.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type AlarmHistoryItem Modifier and Type Method Description voidDescribeAlarmHistoryResult. setAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)A list of alarm histories in JSON format.DescribeAlarmHistoryResultDescribeAlarmHistoryResult. withAlarmHistoryItems(Collection<AlarmHistoryItem> alarmHistoryItems)A list of alarm histories in JSON format.
-