Uses of Interface
org.jclouds.cloudwatch.CloudWatchApi

Packages that use CloudWatchApi
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.functions   
 

Uses of CloudWatchApi in org.jclouds.cloudwatch
 

Fields in org.jclouds.cloudwatch with type parameters of type CloudWatchApi
static com.google.common.reflect.TypeToken<org.jclouds.rest.RestContext<CloudWatchApi,CloudWatchAsyncApi>> CloudWatchApiMetadata.CONTEXT_TOKEN
          Deprecated. please use org.jclouds.ContextBuilder#buildApi(CloudWatchApi.class) as CloudWatchAsyncApi interface will be removed in jclouds 1.7.
 

Methods in org.jclouds.cloudwatch with parameters of type CloudWatchApi
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.
 

Uses of CloudWatchApi in org.jclouds.cloudwatch.functions
 

Constructors in org.jclouds.cloudwatch.functions with parameters of type CloudWatchApi
MetricsToPagedIterable(CloudWatchApi api)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.