Package | Description |
---|---|
org.jclouds.cloudwatch | |
org.jclouds.cloudwatch.domain | |
org.jclouds.cloudwatch.xml |
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 |
---|---|
protected Set<Metric> |
ListMetricsResponse.delegate() |
Constructor and Description |
---|
ListMetricsResponse(Set<Metric> metrics,
String nextToken) |
Modifier and Type | Method and Description |
---|---|
Metric |
MetricHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.