Uses of Class
org.jclouds.cloudwatch.domain.HistoryItemType

Packages that use HistoryItemType
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
static HistoryItemType HistoryItemType.fromValue(String value)
           
 HistoryItemType AlarmHistoryItem.getHistoryItemType()
          return the type of alarm history item
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.
 

Constructors in org.jclouds.cloudwatch.domain with parameters of type HistoryItemType
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
 ListAlarmHistoryOptions ListAlarmHistoryOptions.historyItemType(HistoryItemType historyItemType)
          The type of alarm histories to retrieve.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.