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

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

Uses of Datapoint in org.jclouds.cloudwatch.domain
 

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

Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Datapoint
GetMetricStatisticsResponse(Iterable<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-2014 The Apache Software Foundation. All Rights Reserved.