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

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

Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch
 

Methods in org.jclouds.cloudwatch with parameters of type GetMetricStatisticsOptions
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> CloudWatchAsyncClient.getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
           
 Set<Datapoint> CloudWatchClient.getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
          This call returns data for one or more statistics of given a metric.
 

Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch.options
 

Fields in org.jclouds.cloudwatch.options declared as GetMetricStatisticsOptions
static GetMetricStatisticsOptions GetMetricStatisticsOptions.NONE
           
 

Methods in org.jclouds.cloudwatch.options that return GetMetricStatisticsOptions
 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-2012 jclouds. All Rights Reserved.