Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.clone() |
Metric |
MetricStat.getMetric()
The metric to return, including the metric name, namespace, and dimensions.
|
Metric |
Metric.withDimensions(Collection<Dimension> dimensions)
The dimensions for the metric.
|
Metric |
Metric.withDimensions(Dimension... dimensions)
The dimensions for 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()
The metrics that match your request.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricStat.setMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
|
MetricStat |
MetricStat.withMetric(Metric metric)
The metric to return, including the metric name, namespace, and dimensions.
|
ListMetricsResult |
ListMetricsResult.withMetrics(Metric... metrics)
The metrics that match your request.
|
Modifier and Type | Method and Description |
---|---|
void |
ListMetricsResult.setMetrics(Collection<Metric> metrics)
The metrics that match your request.
|
ListMetricsResult |
ListMetricsResult.withMetrics(Collection<Metric> metrics)
The metrics that match your request.
|
Copyright © 2024. All rights reserved.