| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
Datum |
TimeSeriesDataPoint.value()
The measure value for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
List<Datum> |
Datum.arrayValue()
Indicates if the data point is an array.
|
List<Datum> |
Row.data()
List of data points in a single row of the result set.
|
| Modifier and Type | Method and Description |
|---|---|
Datum.Builder |
Datum.Builder.arrayValue(Datum... arrayValue)
Indicates if the data point is an array.
|
Row.Builder |
Row.Builder.data(Datum... data)
List of data points in a single row of the result set.
|
TimeSeriesDataPoint.Builder |
TimeSeriesDataPoint.Builder.value(Datum value)
The measure value for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
Datum.Builder |
Datum.Builder.arrayValue(Collection<Datum> arrayValue)
Indicates if the data point is an array.
|
Row.Builder |
Row.Builder.data(Collection<Datum> data)
List of data points in a single row of the result set.
|
Copyright © 2023. All rights reserved.