Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
MetricDatum |
MetricDatum.clone() |
MetricDatum |
MetricDatum.withCounts(Collection<Double> counts)
Array of numbers that is used along with the
Values array. |
MetricDatum |
MetricDatum.withCounts(Double... counts)
Array of numbers that is used along with the
Values array. |
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)
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
MetricDatum |
MetricDatum.withUnit(String unit)
When you are using a
Put operation, this defines what unit you want to use when storing the metric. |
MetricDatum |
MetricDatum.withValue(Double value)
The value for the metric.
|
MetricDatum |
MetricDatum.withValues(Collection<Double> values)
Array of numbers representing the values for the metric during the period.
|
MetricDatum |
MetricDatum.withValues(Double... values)
Array of numbers representing the values for the metric during the period.
|
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 © 2023. All rights reserved.