Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Metric> |
ListMetricsResult.metrics
A list of metrics used to generate statistics for an AWS account.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.clone() |
Metric |
Metric.withDimensions(java.util.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(java.lang.String metricName)
The name of the metric.
|
Metric |
Metric.withNamespace(java.lang.String namespace)
The namespace of the metric.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Metric> metrics)
A list of metrics used to generate statistics for an AWS account.
|
ListMetricsResult |
ListMetricsResult.withMetrics(java.util.Collection<Metric> metrics)
A list of metrics used to generate statistics for an AWS account.
|
Modifier and Type | Method and Description |
---|---|
Metric |
MetricStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |