| Package | Description |
|---|---|
| software.amazon.awssdk.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
List<DataPoint> |
MetricKeyDataPoints.dataPoints()
An array of timestamp-value pairs, representing measurements over a period of time.
|
| Modifier and Type | Method and Description |
|---|---|
MetricKeyDataPoints.Builder |
MetricKeyDataPoints.Builder.dataPoints(DataPoint... dataPoints)
An array of timestamp-value pairs, representing measurements over a period of time.
|
| Modifier and Type | Method and Description |
|---|---|
MetricKeyDataPoints.Builder |
MetricKeyDataPoints.Builder.dataPoints(Collection<DataPoint> dataPoints)
An array of timestamp-value pairs, representing measurements over a period of time.
|
Copyright © 2022. All rights reserved.