| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
List<MeasureValue> |
Record.measureValues()
Contains the list of MeasureValue for time-series data points.
|
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
Record.Builder.measureValues(MeasureValue... measureValues)
Contains the list of MeasureValue for time-series data points.
|
| Modifier and Type | Method and Description |
|---|---|
Record.Builder |
Record.Builder.measureValues(Collection<MeasureValue> measureValues)
Contains the list of MeasureValue for time-series data points.
|
Copyright © 2023. All rights reserved.