| Package | Description |
|---|---|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
DataPoint |
DataPoint.clone() |
DataPoint |
DataPoint.withTimestamp(Date timestamp)
The time, in epoch format, associated with a particular
Value. |
DataPoint |
DataPoint.withValue(Double value)
The actual value associated with a particular
Timestamp. |
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint> |
MetricKeyDataPoints.getDataPoints()
An array of timestamp-value pairs, representing measurements over a period of time.
|
| Modifier and Type | Method and Description |
|---|---|
MetricKeyDataPoints |
MetricKeyDataPoints.withDataPoints(DataPoint... dataPoints)
An array of timestamp-value pairs, representing measurements over a period of time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricKeyDataPoints.setDataPoints(Collection<DataPoint> dataPoints)
An array of timestamp-value pairs, representing measurements over a period of time.
|
MetricKeyDataPoints |
MetricKeyDataPoints.withDataPoints(Collection<DataPoint> dataPoints)
An array of timestamp-value pairs, representing measurements over a period of time.
|
Copyright © 2021. All rights reserved.