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

Packages that use Datapoint
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.domain   
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>> CloudWatchAsyncApi.getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
          Deprecated. 
 Set<Datapoint> CloudWatchApi.getMetricStatisticsInRegion(String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
          Deprecated. 
 

Uses of Datapoint in org.jclouds.cloudwatch.domain
 

Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Datapoint
protected  Set<Datapoint> GetMetricStatisticsResponse.delegate()
           
 

Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Datapoint
GetMetricStatisticsResponse(Set<Datapoint> datapoints, String label)
           
 

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.