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

Packages that use GetMetricStatisticsResponse
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.xml   
 

Uses of GetMetricStatisticsResponse in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features that return GetMetricStatisticsResponse
 GetMetricStatisticsResponse MetricApi.getMetricStatistics(GetMetricStatistics statistics)
           
 GetMetricStatisticsResponse MetricApi.getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
          Gets statistics for the specified metric.
 

Methods in org.jclouds.cloudwatch.features that return types with arguments of type GetMetricStatisticsResponse
 com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics)
           
 com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
           
 

Uses of GetMetricStatisticsResponse in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return GetMetricStatisticsResponse
 GetMetricStatisticsResponse GetMetricStatisticsResponseHandlerV2.getResult()
           
 



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