Uses of Class
org.jclouds.cloudwatch.domain.Datapoint
-
Packages that use Datapoint Package Description 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 Modifier and Type Method Description Iterator<Datapoint>
GetMetricStatisticsResponse. iterator()
Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Datapoint Constructor Description GetMetricStatisticsResponse(Iterable<Datapoint> datapoints, String label)
-
Uses of Datapoint in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return Datapoint Modifier and Type Method Description Datapoint
DatapointHandler. getResult()
Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Datapoint Modifier and Type Method Description Set<Datapoint>
GetMetricStatisticsResponseHandler. getResult()
-