| Package | Description | 
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.domain | |
| org.jclouds.cloudwatch.features | |
| org.jclouds.cloudwatch.functions | |
| org.jclouds.cloudwatch.xml | 
| Modifier and Type | Method and Description | 
|---|---|
static Iterable<Metric> | 
CloudWatch.listMetrics(CloudWatchApi cloudWatchApi,
           String region,
           ListMetricsOptions options)
List metrics based on the criteria in the  
ListMetricsOptions passed in. | 
static Iterable<Metric> | 
CloudWatch.listMetrics(MetricApi metricApi,
           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 | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> | 
MetricAsyncApi.list()  | 
PagedIterable<Metric> | 
MetricApi.list()  | 
com.google.common.util.concurrent.ListenableFuture<? extends IterableWithMarker<Metric>> | 
MetricAsyncApi.list(ListMetricsOptions options)  | 
IterableWithMarker<Metric> | 
MetricApi.list(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<Metric>> | 
MetricsToPagedIterable.markerToNextForCallingArg0(String arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
Metric | 
MetricHandler.getResult() | 
| Modifier and Type | Method and Description | 
|---|---|
IterableWithMarker<Metric> | 
ListMetricsResponseHandler.getResult() | 
Copyright © 2009-2013 jclouds. All Rights Reserved.