Package | Description |
---|---|
org.jclouds.cloudwatch | |
org.jclouds.cloudwatch.domain |
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 |
---|---|
static Statistics |
Statistics.fromValue(String value) |
static Statistics |
Statistics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics[] |
Statistics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.