Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
MetricDataResult |
MetricDataResult.clone() |
MetricDataResult |
MetricDataResult.withId(String id)
The short name you specified to represent this metric.
|
MetricDataResult |
MetricDataResult.withLabel(String label)
The human-readable label associated with the data.
|
MetricDataResult |
MetricDataResult.withMessages(Collection<MessageData> messages)
A list of messages with additional information about the data returned.
|
MetricDataResult |
MetricDataResult.withMessages(MessageData... messages)
A list of messages with additional information about the data returned.
|
MetricDataResult |
MetricDataResult.withStatusCode(StatusCode statusCode)
The status of the returned data.
|
MetricDataResult |
MetricDataResult.withStatusCode(String statusCode)
The status of the returned data.
|
MetricDataResult |
MetricDataResult.withTimestamps(Collection<Date> timestamps)
The timestamps for the data points, formatted in Unix timestamp format.
|
MetricDataResult |
MetricDataResult.withTimestamps(Date... timestamps)
The timestamps for the data points, formatted in Unix timestamp format.
|
MetricDataResult |
MetricDataResult.withValues(Collection<Double> values)
The data points for the metric corresponding to
Timestamps . |
MetricDataResult |
MetricDataResult.withValues(Double... values)
The data points for the metric corresponding to
Timestamps . |
Modifier and Type | Method and Description |
---|---|
List<MetricDataResult> |
GetMetricDataResult.getMetricDataResults()
The metrics that are returned, including the metric name, namespace, and dimensions.
|
Modifier and Type | Method and Description |
---|---|
GetMetricDataResult |
GetMetricDataResult.withMetricDataResults(MetricDataResult... metricDataResults)
The metrics that are returned, including the metric name, namespace, and dimensions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMetricDataResult.setMetricDataResults(Collection<MetricDataResult> metricDataResults)
The metrics that are returned, including the metric name, namespace, and dimensions.
|
GetMetricDataResult |
GetMetricDataResult.withMetricDataResults(Collection<MetricDataResult> metricDataResults)
The metrics that are returned, including the metric name, namespace, and dimensions.
|
Copyright © 2020. All rights reserved.