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 HistoryItemType
HistoryItemType. fromValue(String value)
Use this in place of valueOf.static HistoryItemType
HistoryItemType. 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 void
AlarmHistoryItem. setHistoryItemType(HistoryItemType historyItemType)
The type of alarm history item.void
DescribeAlarmHistoryRequest. setHistoryItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.AlarmHistoryItem
AlarmHistoryItem. withHistoryItemType(HistoryItemType historyItemType)
The type of alarm history item.DescribeAlarmHistoryRequest
DescribeAlarmHistoryRequest. withHistoryItemType(HistoryItemType historyItemType)
The type of alarm histories to retrieve.
-