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
 

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-2014 The Apache Software Foundation. All Rights Reserved.