Package | Description |
---|---|
org.jclouds.cloudwatch | |
org.jclouds.cloudwatch.features | |
org.jclouds.cloudwatch.options |
Modifier and Type | Method and Description |
---|---|
static Iterable<Metric> |
CloudWatch.listMetrics(CloudWatchClient cloudWatchClient,
String region,
ListMetricsOptions options)
List metrics based on the criteria in the
ListMetricsOptions passed in. |
static Iterable<Metric> |
CloudWatch.listMetrics(MetricClient metricClient,
ListMetricsOptions options)
List metrics based on the criteria in the
ListMetricsOptions passed in. |
Modifier and Type | Method and Description |
---|---|
ListMetricsResponse |
MetricClient.listMetrics(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner.
|
com.google.common.util.concurrent.ListenableFuture<? extends ListMetricsResponse> |
MetricAsyncClient.listMetrics(ListMetricsOptions options) |
Modifier and Type | Method and Description |
---|---|
ListMetricsOptions |
ListMetricsOptions.Builder.build()
Returns a newly-created
ListMetricsOptions based on the contents of
the Builder . |
Copyright © 2009-2012 jclouds. All Rights Reserved.