Uses of Class
com.amazonaws.services.cloudwatch.model.Metric

Packages that use Metric
com.amazonaws.services.cloudwatch.model Classes modeling the various types represented by AmazonCloudWatch. 
 

Uses of Metric in com.amazonaws.services.cloudwatch.model
 

Methods in com.amazonaws.services.cloudwatch.model that return Metric
 Metric Metric.withDimensions(Collection<Dimension> dimensions)
          Sets the value of the Dimensions property for this object.
 Metric Metric.withDimensions(Dimension... dimensions)
          Sets the value of the Dimensions property for this object.
 Metric Metric.withMeasureName(String measureName)
          Sets the value of the MeasureName property for this object.
 Metric Metric.withNamespace(String namespace)
          Sets the value of the Namespace property for this object.
 

Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Metric
 List<Metric> ListMetricsResult.getMetrics()
          Returns the value of the Metrics property for this object.
 

Methods in com.amazonaws.services.cloudwatch.model with parameters of type Metric
 ListMetricsResult ListMetricsResult.withMetrics(Metric... metrics)
          Sets the value of the Metrics property for this object.
 

Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Metric
 void ListMetricsResult.setMetrics(Collection<Metric> metrics)
          Sets the value of the Metrics property for this object.
 ListMetricsResult ListMetricsResult.withMetrics(Collection<Metric> metrics)
          Sets the value of the Metrics property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.