| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDatum |
MetricDatum.clone() |
MetricDatum |
MetricDatum.withDimensions(Collection<Dimension> dimensions)
The dimensions associated with the metric.
|
MetricDatum |
MetricDatum.withDimensions(Dimension... dimensions)
The dimensions associated with the metric.
|
MetricDatum |
MetricDatum.withMetricName(String metricName)
The name of the metric.
|
MetricDatum |
MetricDatum.withStatisticValues(StatisticSet statisticValues)
The statistical values for the metric.
|
MetricDatum |
MetricDatum.withStorageResolution(Integer storageResolution)
Valid values are 1 and 60.
|
MetricDatum |
MetricDatum.withTimestamp(Date timestamp)
The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
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()
The data for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
PutMetricDataRequest |
PutMetricDataRequest.withMetricData(MetricDatum... metricData)
The data for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutMetricDataRequest.setMetricData(Collection<MetricDatum> metricData)
The data for the metric.
|
PutMetricDataRequest |
PutMetricDataRequest.withMetricData(Collection<MetricDatum> metricData)
The data for the metric.
|
Copyright © 2017. All rights reserved.