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

Packages that use Datapoint
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.xml   
 

Uses of Datapoint in org.jclouds.cloudwatch
 

Methods in org.jclouds.cloudwatch that return types with arguments of type Datapoint
 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 Datapoint in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return Datapoint
 Datapoint DatapointHandler.getResult()
           
 

Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Datapoint
 Set<Datapoint> GetMetricStatisticsResponseHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.