Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.clone() |
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
Metric |
Metric.withDimensions(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.
|
Modifier and Type | Method and Description |
---|---|
List<Metric> |
ListMetricsResult.getMetrics()
A list of metrics used to generate statistics for an AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListMetricsResult |
ListMetricsResult.withMetrics(Metric... metrics)
A list of metrics used to generate statistics for an AWS account.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.