| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model | |
| software.amazon.awssdk.services.honeycode.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
QueryTableRowsResponse.rows()
The list of rows in the table that match the query filter.
|
List<TableRow> |
ListTableRowsResponse.rows()
The list of rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.rows(TableRow... rows)
The list of rows in the table that match the query filter.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rows(TableRow... rows)
The list of rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
QueryTableRowsResponse.Builder |
QueryTableRowsResponse.Builder.rows(Collection<TableRow> rows)
The list of rows in the table that match the query filter.
|
ListTableRowsResponse.Builder |
ListTableRowsResponse.Builder.rows(Collection<TableRow> rows)
The list of rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TableRow> |
QueryTableRowsPublisher.rows()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TableRow> |
ListTableRowsIterable.rows()
Returns an iterable to iterate through the paginated
ListTableRowsResponse.rows() member. |
SdkIterable<TableRow> |
QueryTableRowsIterable.rows()
Returns an iterable to iterate through the paginated
QueryTableRowsResponse.rows() member. |
SdkPublisher<TableRow> |
ListTableRowsPublisher.rows()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.