Package | Description |
---|---|
org.jclouds.cloudwatch | |
org.jclouds.cloudwatch.xml |
Modifier and Type | Method and Description |
---|---|
Set<Datapoint> |
CloudWatchClient.getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
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 metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options) |
Modifier and Type | Method and Description |
---|---|
Datapoint |
DatapointHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<Datapoint> |
GetMetricStatisticsResponseHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.