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

Packages that use Statistics
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.domain   
 

Uses of Statistics in org.jclouds.cloudwatch
 

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

Methods in org.jclouds.cloudwatch.domain that return Statistics
static Statistics Statistics.fromValue(String value)
           
static Statistics Statistics.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Statistics[] Statistics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.