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
 Set<Datapoint> CloudWatchClient.getMetricStatisticsInRegion(String region, String measureName, Date startTime, Date endTime, int period, String statistics)
          This call returns data for one or more statistics of given a metric.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> CloudWatchAsyncClient.getMetricStatisticsInRegion(String region, String measureName, Date startTime, Date endTime, int period, String statistics)
           
 

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-2011 jclouds. All Rights Reserved.