| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
static ListTablesResponse.Builder |
ListTablesResponse.builder() |
ListTablesResponse.Builder |
ListTablesResponse.Builder.nextToken(String nextToken)
Provides the pagination token to load the next page if there are more results matching the request.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Collection<Table> tables)
The list of tables in the workbook.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Consumer<Table.Builder>... tables)
The list of tables in the workbook.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.tables(Table... tables)
The list of tables in the workbook.
|
ListTablesResponse.Builder |
ListTablesResponse.toBuilder() |
ListTablesResponse.Builder |
ListTablesResponse.Builder.workbookCursor(Long workbookCursor)
Indicates the cursor of the workbook at which the data returned by this request is read.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTablesResponse.Builder> |
ListTablesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.