|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datapoint | |
---|---|
org.jclouds.cloudwatch | |
org.jclouds.cloudwatch.xml |
Uses of Datapoint in org.jclouds.cloudwatch |
---|
Methods in org.jclouds.cloudwatch that return types with arguments of type Datapoint | |
---|---|
Set<Datapoint> |
CloudWatchClient.getMetricStatisticsInRegion(String region,
String measureName,
Date startTime,
Date endTime,
int period,
String statistics)
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 measureName,
Date startTime,
Date endTime,
int period,
String statistics)
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |