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

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

Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features with parameters of type GetMetricStatisticsOptions
 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.
 

Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch.options
 

Methods in org.jclouds.cloudwatch.options that return GetMetricStatisticsOptions
 GetMetricStatisticsOptions GetMetricStatisticsOptions.dimension(Dimension dimension)
          A dimension describing qualities of the metric.
static GetMetricStatisticsOptions GetMetricStatisticsOptions.Builder.dimension(Dimension dimension)
           
 GetMetricStatisticsOptions GetMetricStatisticsOptions.dimensions(Set<Dimension> dimensions)
          A list of dimensions describing qualities of the metric.
static GetMetricStatisticsOptions GetMetricStatisticsOptions.Builder.dimensions(Set<Dimension> dimensions)
           
 GetMetricStatisticsOptions GetMetricStatisticsOptions.instanceId(String instanceId)
           
static GetMetricStatisticsOptions GetMetricStatisticsOptions.Builder.instanceId(String instanceId)
           
 GetMetricStatisticsOptions GetMetricStatisticsOptions.unit(Unit unit)
           
static GetMetricStatisticsOptions GetMetricStatisticsOptions.Builder.unit(Unit unit)
           
 



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