| Package | Description | 
|---|---|
| org.jclouds.cloudwatch | |
| org.jclouds.cloudwatch.functions | 
| Modifier and Type | Field and Description | 
|---|---|
static com.google.common.reflect.TypeToken<RestContext<CloudWatchApi,CloudWatchAsyncApi>> | 
CloudWatchApiMetadata.CONTEXT_TOKEN  | 
| 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 void | 
CloudWatch.putMetricData(CloudWatchApi cloudWatchApi,
             String region,
             Iterable<MetricDatum> metrics,
             String namespace)
Pushes metrics to CloudWatch. 
 | 
| Constructor and Description | 
|---|
MetricsToPagedIterable(CloudWatchApi api)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.