Uses of Class
org.jclouds.cloudwatch.domain.HistoryItemType
-
Packages that use HistoryItemType Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.options -
-
Uses of HistoryItemType in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return HistoryItemType Modifier and Type Method Description static HistoryItemTypeHistoryItemType. fromValue(String value)HistoryItemTypeAlarmHistoryItem. getHistoryItemType()return the type of alarm history itemstatic 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.Constructors in org.jclouds.cloudwatch.domain with parameters of type HistoryItemType Constructor Description AlarmHistoryItem(String alarmName, String historyData, HistoryItemType historyItemType, String historySummary, Date timestamp) -
Uses of HistoryItemType in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options with parameters of type HistoryItemType Modifier and Type Method Description ListAlarmHistoryOptionsListAlarmHistoryOptions. historyItemType(HistoryItemType historyItemType)The type of alarm histories to retrieve.
-