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 HistoryItemTypeUse this in place of valueOf.static HistoryItemTypeReturns 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 TypeMethodDescriptionvoidAlarmHistoryItem.setHistoryItemType(HistoryItemType historyItemType) The type of alarm history item.voidDescribeAlarmHistoryRequest.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.