Uses of Class
com.amazonaws.services.cloudwatch.model.Metric
-
Packages that use Metric Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of Metric in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return Metric Modifier and Type Method Description Metric
Metric. clone()
Metric
Metric. withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.Metric
Metric. withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.Metric
Metric. withMetricName(String metricName)
The name of the metric.Metric
Metric. withNamespace(String namespace)
The namespace of the metric.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Metric Modifier and Type Method Description List<Metric>
ListMetricsResult. getMetrics()
A list of metrics used to generate statistics for an AWS account.Methods in com.amazonaws.services.cloudwatch.model with parameters of type Metric Modifier and Type Method Description ListMetricsResult
ListMetricsResult. withMetrics(Metric... metrics)
A list of metrics used to generate statistics for an AWS account.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Metric Modifier and Type Method Description void
ListMetricsResult. setMetrics(Collection<Metric> metrics)
A list of metrics used to generate statistics for an AWS account.ListMetricsResult
ListMetricsResult. withMetrics(Collection<Metric> metrics)
A list of metrics used to generate statistics for an AWS account.
-