| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model | |
| software.amazon.awssdk.services.honeycode.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
ListTablesResponse.tables()
The list of tables in the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Table... tables)
The list of tables in the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Collection<Table> tables)
The list of tables in the workbook.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Table> |
ListTablesIterable.tables()
Returns an iterable to iterate through the paginated
ListTablesResponse.tables() member. |
SdkPublisher<Table> |
ListTablesPublisher.tables()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.