Uses of Class
com.amazonaws.services.cloudwatch.model.HistoryItemType
-
Packages that use HistoryItemType Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of HistoryItemType in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return HistoryItemType Modifier and Type Method Description static HistoryItemTypeHistoryItemType. fromValue(String value)Use this in place of valueOf.static HistoryItemTypeHistoryItemType. valueOf(String name)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 HistoryItemType Modifier and Type Method Description voidAlarmHistoryItem. setHistoryItemType(HistoryItemType historyItemType)The type of alarm history item.voidDescribeAlarmHistoryRequest. setHistoryItemType(HistoryItemType historyItemType)The type of alarm histories to retrieve.AlarmHistoryItemAlarmHistoryItem. withHistoryItemType(HistoryItemType historyItemType)The type of alarm history item.DescribeAlarmHistoryRequestDescribeAlarmHistoryRequest. withHistoryItemType(HistoryItemType historyItemType)The type of alarm histories to retrieve.
-