| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTablesResponse> |
HoneycodeAsyncClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesResponse |
HoneycodeClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesPublisher |
HoneycodeAsyncClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
default ListTablesIterable |
HoneycodeClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)
The ListTables API allows you to retrieve a list of all the tables in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTablesRequest.Builder |
ListTablesRequest.builder() |
ListTablesRequest.Builder |
ListTablesRequest.Builder.maxResults(Integer maxResults)
The maximum number of tables to return in each page of the results.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.nextToken(String nextToken)
This parameter is optional.
|
ListTablesRequest.Builder |
ListTablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTablesRequest.Builder |
ListTablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTablesRequest.Builder |
ListTablesRequest.toBuilder() |
ListTablesRequest.Builder |
ListTablesRequest.Builder.workbookId(String workbookId)
The ID of the workbook whose tables are being retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTablesRequest.Builder> |
ListTablesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.