Uses of Class
org.jclouds.cloudwatch.options.ListAlarmHistoryOptions

Packages that use ListAlarmHistoryOptions
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.options   
 

Uses of ListAlarmHistoryOptions in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features with parameters of type ListAlarmHistoryOptions
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<AlarmHistoryItem>> AlarmAsyncApi.listHistory(ListAlarmHistoryOptions options)
           
 org.jclouds.collect.PagedIterable<AlarmHistoryItem> AlarmApi.listHistory(ListAlarmHistoryOptions options)
          Return all history based on the options query
 

Uses of ListAlarmHistoryOptions in org.jclouds.cloudwatch.options
 

Methods in org.jclouds.cloudwatch.options that return ListAlarmHistoryOptions
 ListAlarmHistoryOptions ListAlarmHistoryOptions.alarmName(String alarmName)
          The name of the alarm you want to filter against.
 ListAlarmHistoryOptions ListAlarmHistoryOptions.endDate(Date endDate)
          The ending date to retrieve alarm history.
 ListAlarmHistoryOptions ListAlarmHistoryOptions.historyItemType(HistoryItemType historyItemType)
          The type of alarm histories to retrieve.
 ListAlarmHistoryOptions ListAlarmHistoryOptions.maxRecords(int maxRecords)
          The maximum number of alarm history records to retrieve.
 ListAlarmHistoryOptions ListAlarmHistoryOptions.startDate(Date startDate)
          The starting date to retrieve alarm history.
 



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