| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDatum |
MetricDatum.clone() |
MetricDatum |
MetricDatum.withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
MetricDatum |
MetricDatum.withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.
|
MetricDatum |
MetricDatum.withMetricName(String metricName)
The name of the metric.
|
MetricDatum |
MetricDatum.withStatisticValues(StatisticSet statisticValues)
A set of statistical values describing the metric.
|
MetricDatum |
MetricDatum.withTimestamp(Date timestamp)
The time stamp used for the metric in ISO 8601 Universal Coordinated Time (UTC) format.
|
MetricDatum |
MetricDatum.withUnit(StandardUnit unit)
The unit of the metric.
|
MetricDatum |
MetricDatum.withUnit(String unit)
The unit of the metric.
|
MetricDatum |
MetricDatum.withValue(Double value)
The value for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDatum> |
PutMetricDataRequest.getMetricData()
A list of data describing the metric.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetricDataRequest |
PutMetricDataRequest.withMetricData(MetricDatum... metricData)
A list of data describing the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutMetricDataRequest.setMetricData(Collection<MetricDatum> metricData)
A list of data describing the metric.
|
PutMetricDataRequest |
PutMetricDataRequest.withMetricData(Collection<MetricDatum> metricData)
A list of data describing the metric.
|
Copyright © 2016. All rights reserved.