| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static Row.Builder |
Row.builder() |
Row.Builder |
Row.Builder.data(Collection<Datum> data)
List of data points in a single row of the result set.
|
Row.Builder |
Row.Builder.data(Consumer<Datum.Builder>... data)
List of data points in a single row of the result set.
|
Row.Builder |
Row.Builder.data(Datum... data)
List of data points in a single row of the result set.
|
Row.Builder |
Row.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Row.Builder> |
Row.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Datum.Builder |
Datum.Builder.rowValue(Consumer<Row.Builder> rowValue)
Indicates if the data point is a row.
|
Copyright © 2023. All rights reserved.