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

Packages that use GetMetricStatistics
org.jclouds.cloudwatch.domain   
org.jclouds.cloudwatch.features   
 

Uses of GetMetricStatistics in org.jclouds.cloudwatch.domain
 

Methods in org.jclouds.cloudwatch.domain that return GetMetricStatistics
 GetMetricStatistics GetMetricStatistics.Builder.build()
          Returns a newly-created GetMetricStatisticsOptionsV2 based on the contents of the Builder.
 

Uses of GetMetricStatistics in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features with parameters of type GetMetricStatistics
 com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics)
           
 GetMetricStatisticsResponse MetricApi.getMetricStatistics(GetMetricStatistics statistics)
           
 com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
           
 GetMetricStatisticsResponse MetricApi.getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
          Gets statistics for the specified metric.
 



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