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

Packages that use AlarmHistoryItem
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.functions   
org.jclouds.cloudwatch.xml   
 

Uses of AlarmHistoryItem in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features that return types with arguments of type AlarmHistoryItem
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<AlarmHistoryItem>> AlarmAsyncApi.listHistory()
           
 org.jclouds.collect.PagedIterable<AlarmHistoryItem> AlarmApi.listHistory()
          Return all history for all alarms.
 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
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.IterableWithMarker<AlarmHistoryItem>> AlarmAsyncApi.listHistoryAt(String nextToken)
           
 org.jclouds.collect.IterableWithMarker<AlarmHistoryItem> AlarmApi.listHistoryAt(String nextToken)
          Return a single page of history for the specified alarm.
 

Uses of AlarmHistoryItem in org.jclouds.cloudwatch.functions
 

Methods in org.jclouds.cloudwatch.functions that return types with arguments of type AlarmHistoryItem
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<AlarmHistoryItem>> ListAlarmHistoryToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of AlarmHistoryItem in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return AlarmHistoryItem
 AlarmHistoryItem AlarmHistoryItemHandler.getResult()
           
 

Methods in org.jclouds.cloudwatch.xml that return types with arguments of type AlarmHistoryItem
 org.jclouds.collect.IterableWithMarker<AlarmHistoryItem> ListAlarmHistoryResponseHandler.getResult()
           
 



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