Uses of Class
org.jclouds.cloudwatch.domain.Metric

Packages that use Metric
org.jclouds.cloudwatch   
org.jclouds.cloudwatch.domain   
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.functions   
org.jclouds.cloudwatch.xml   
 

Uses of Metric in org.jclouds.cloudwatch
 

Methods in org.jclouds.cloudwatch that return types with arguments of type Metric
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.
 

Uses of Metric in org.jclouds.cloudwatch.domain
 

Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Metric
protected  Set<Metric> ListMetricsResponse.delegate()
           
 

Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Metric
ListMetricsResponse(Set<Metric> metrics, String nextToken)
           
 

Uses of Metric in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features that return types with arguments of type Metric
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.PagedIterable<Metric>> MetricAsyncApi.list()
           
 org.jclouds.collect.PagedIterable<Metric> MetricApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<? extends org.jclouds.collect.IterableWithMarker<Metric>> MetricAsyncApi.list(ListMetricsOptions options)
           
 org.jclouds.collect.IterableWithMarker<Metric> MetricApi.list(ListMetricsOptions options)
          Returns a list of valid metrics stored for the AWS account owner.
 

Uses of Metric in org.jclouds.cloudwatch.functions
 

Methods in org.jclouds.cloudwatch.functions that return types with arguments of type Metric
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Metric>> MetricsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of Metric in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return Metric
 Metric MetricHandler.getResult()
          
 

Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Metric
 org.jclouds.collect.IterableWithMarker<Metric> ListMetricsResponseHandler.getResult()
          
 



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