| 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 ListTableRowsResponse |
HoneycodeClient.listTableRows(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default CompletableFuture<ListTableRowsResponse> |
HoneycodeAsyncClient.listTableRows(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTableRowsIterable |
HoneycodeClient.listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
default ListTableRowsPublisher |
HoneycodeAsyncClient.listTableRowsPaginator(Consumer<ListTableRowsRequest.Builder> listTableRowsRequest)
The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTableRowsRequest.Builder |
ListTableRowsRequest.builder() |
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of rows to return in each page of the results.
|
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.nextToken(String nextToken)
This parameter is optional.
|
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.rowIds(Collection<String> rowIds)
This parameter is optional.
|
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.rowIds(String... rowIds)
This parameter is optional.
|
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.tableId(String tableId)
The ID of the table whose rows are being retrieved.
|
ListTableRowsRequest.Builder |
ListTableRowsRequest.toBuilder() |
ListTableRowsRequest.Builder |
ListTableRowsRequest.Builder.workbookId(String workbookId)
The ID of the workbook that contains the table whose rows are being retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTableRowsRequest.Builder> |
ListTableRowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.