| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDatum |
MetricDatum.clone() |
MetricDatum |
MetricDatum.withTimestamp(Date timestamp)
The time the metric value was reported.
|
MetricDatum |
MetricDatum.withValue(MetricValue value)
The value reported for the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDatum> |
ListMetricValuesResult.getMetricDatumList()
The data the thing reports for the metric during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
ListMetricValuesResult |
ListMetricValuesResult.withMetricDatumList(MetricDatum... metricDatumList)
The data the thing reports for the metric during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMetricValuesResult.setMetricDatumList(Collection<MetricDatum> metricDatumList)
The data the thing reports for the metric during the specified time period.
|
ListMetricValuesResult |
ListMetricValuesResult.withMetricDatumList(Collection<MetricDatum> metricDatumList)
The data the thing reports for the metric during the specified time period.
|
Copyright © 2025. All rights reserved.