Uses of Class
org.jclouds.cloudwatch.domain.Metric
-
Packages that use Metric Package Description 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 Modifier and Type Method Description static Iterable<Metric>
CloudWatch. listMetrics(CloudWatchApi cloudWatchApi, String region, ListMetricsOptions options)
List metrics based on the criteria in theListMetricsOptions
passed in.static Iterable<Metric>
CloudWatch. listMetrics(MetricApi metricApi, ListMetricsOptions options)
List metrics based on the criteria in theListMetricsOptions
passed in. -
Uses of Metric in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Metric Modifier and Type Method Description protected Set<Metric>
ListMetricsResponse. delegate()
Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type Metric Constructor Description 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 Modifier and Type Method Description PagedIterable<Metric>
MetricApi. list()
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 Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Metric>>
MetricsToPagedIterable. markerToNextForCallingArg0(String arg0)
-
Uses of Metric in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return Metric Modifier and Type Method Description Metric
MetricHandler. getResult()
Methods in org.jclouds.cloudwatch.xml that return types with arguments of type Metric Modifier and Type Method Description IterableWithMarker<Metric>
ListMetricsResponseHandler. getResult()
-