| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model | |
| software.amazon.awssdk.services.timestreamquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
Row |
Datum.rowValue()
Indicates if the data point is a row.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
QueryResponse.rows()
The result set rows returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponse.Builder |
QueryResponse.Builder.rows(Row... rows)
The result set rows returned by the query.
|
Datum.Builder |
Datum.Builder.rowValue(Row rowValue)
Indicates if the data point is a row.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponse.Builder |
QueryResponse.Builder.rows(Collection<Row> rows)
The result set rows returned by the query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Row> |
QueryIterable.rows()
Returns an iterable to iterate through the paginated
QueryResponse.rows() member. |
SdkPublisher<Row> |
QueryPublisher.rows()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.