| 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<BatchUpdateTableRowsResponse> |
HoneycodeAsyncClient.batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder> batchUpdateTableRowsRequest)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
default BatchUpdateTableRowsResponse |
HoneycodeClient.batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder> batchUpdateTableRowsRequest)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.builder() |
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.clientRequestToken(String clientRequestToken)
The request token for performing the update action.
|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.rowsToUpdate(Collection<UpdateRowData> rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.rowsToUpdate(Consumer<UpdateRowData.Builder>... rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.rowsToUpdate(UpdateRowData... rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.tableId(String tableId)
The ID of the table where the rows are being updated.
|
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.toBuilder() |
BatchUpdateTableRowsRequest.Builder |
BatchUpdateTableRowsRequest.Builder.workbookId(String workbookId)
The ID of the workbook where the rows are being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateTableRowsRequest.Builder> |
BatchUpdateTableRowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.