| Package | Description | 
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.domain | |
| org.jclouds.cloudwatch.xml | 
| Modifier and Type | Method and Description | 
|---|---|
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.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
Iterator<Datapoint> | 
GetMetricStatisticsResponse.iterator()  | 
| Constructor and Description | 
|---|
GetMetricStatisticsResponse(Iterable<Datapoint> datapoints,
                           String label)  | 
| Modifier and Type | Method and Description | 
|---|---|
Datapoint | 
DatapointHandler.getResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Datapoint> | 
GetMetricStatisticsResponseHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.