Uses of Enum
com.amazonaws.services.cloudwatch.model.HistoryItemType
Packages that use HistoryItemType
-
Uses of HistoryItemType in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return HistoryItemTypeModifier and TypeMethodDescriptionstatic HistoryItemType
Use this in place of valueOf.static HistoryItemType
Returns the enum constant of this type with the specified name.static HistoryItemType[]
HistoryItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudwatch.model with parameters of type HistoryItemTypeModifier and TypeMethodDescriptionvoid
AlarmHistoryItem.setHistoryItemType
(HistoryItemType historyItemType) The type of alarm history item.void
DescribeAlarmHistoryRequest.setHistoryItemType
(HistoryItemType historyItemType) The type of alarm histories to retrieve.AlarmHistoryItem.withHistoryItemType
(HistoryItemType historyItemType) The type of alarm history item.DescribeAlarmHistoryRequest.withHistoryItemType
(HistoryItemType historyItemType) The type of alarm histories to retrieve.