|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetMetricStatisticsOptions | |
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.options | |
| Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch |
|---|
| Methods in org.jclouds.cloudwatch with parameters of type GetMetricStatisticsOptions | |
|---|---|
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. |
| Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch.features |
|---|
| Methods in org.jclouds.cloudwatch.features with parameters of type GetMetricStatisticsOptions | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> |
MetricAsyncApi.getMetricStatistics(GetMetricStatistics statistics,
GetMetricStatisticsOptions options)
|
GetMetricStatisticsResponse |
MetricApi.getMetricStatistics(GetMetricStatistics statistics,
GetMetricStatisticsOptions options)
Gets statistics for the specified metric. |
| Uses of GetMetricStatisticsOptions in org.jclouds.cloudwatch.options |
|---|
| Methods in org.jclouds.cloudwatch.options that return GetMetricStatisticsOptions | |
|---|---|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.dimension(Dimension dimension)
A dimension describing qualities of the metric. |
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.dimension(Dimension dimension)
|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.dimensions(Set<Dimension> dimensions)
A list of dimensions describing qualities of the metric. |
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.dimensions(Set<Dimension> dimensions)
|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.instanceId(String instanceId)
|
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.instanceId(String instanceId)
|
GetMetricStatisticsOptions |
GetMetricStatisticsOptions.unit(Unit unit)
|
static GetMetricStatisticsOptions |
GetMetricStatisticsOptions.Builder.unit(Unit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||