Modifier and Type | Method and Description |
---|---|
Set<String> |
getConfiguredRegions() |
MetricAsyncApi |
getMetricApi()
Provides asynchronous access to Metric features.
|
MetricAsyncApi |
getMetricApiForRegion(String region) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> |
getMetricStatisticsInRegion(String region,
String metricName,
String namespace,
Date startTime,
Date endTime,
int period,
Statistics statistics,
GetMetricStatisticsOptions... options)
Deprecated.
|
@Provides Set<String> getConfiguredRegions()
@Named(value="cloudwatch:GetMetricStatistics") @Deprecated com.google.common.util.concurrent.ListenableFuture<? extends Set<Datapoint>> getMetricStatisticsInRegion(@Nullable String region, String metricName, String namespace, Date startTime, Date endTime, int period, Statistics statistics, GetMetricStatisticsOptions... options)
MetricAsyncApi getMetricApi()
MetricAsyncApi getMetricApiForRegion(@Nullable String region)
Copyright © 2009-2013 jclouds. All Rights Reserved.