Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> |
getMetricStatistics(GetMetricStatistics statistics) |
com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> |
getMetricStatistics(GetMetricStatistics statistics,
GetMetricStatisticsOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Metric>> |
list(ListMetricsOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
putMetricsInNamespace(Iterable<MetricDatum> metrics,
String namespace) |
@Named(value="cloudwatch:ListMetrics") com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> list()
MetricApi.list()
@Named(value="cloudwatch:ListMetrics") com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Metric>> list(ListMetricsOptions options)
MetricApi.list(ListMetricsOptions)
@Named(value="cloudwatch:GetMetricStatistics") com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> getMetricStatistics(GetMetricStatistics statistics)
@Named(value="cloudwatch:GetMetricStatistics") com.google.common.util.concurrent.ListenableFuture<? extends GetMetricStatisticsResponse> getMetricStatistics(GetMetricStatistics statistics, GetMetricStatisticsOptions options)
@Named(value="cloudwatch:PutMetricData") com.google.common.util.concurrent.ListenableFuture<Void> putMetricsInNamespace(Iterable<MetricDatum> metrics, String namespace)
Copyright © 2009-2013 jclouds. All Rights Reserved.