| Package | Description |
|---|---|
| com.amazonaws.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateTableRowsResult> |
AmazonHoneycodeAsync.batchUpdateTableRowsAsync(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest,
AsyncHandler<BatchUpdateTableRowsRequest,BatchUpdateTableRowsResult> asyncHandler)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
Future<BatchUpdateTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchUpdateTableRowsAsync(BatchUpdateTableRowsRequest request,
AsyncHandler<BatchUpdateTableRowsRequest,BatchUpdateTableRowsResult> asyncHandler) |
Future<BatchUpdateTableRowsResult> |
AmazonHoneycodeAsyncClient.batchUpdateTableRowsAsync(BatchUpdateTableRowsRequest request,
AsyncHandler<BatchUpdateTableRowsRequest,BatchUpdateTableRowsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.clone() |
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withClientRequestToken(String clientRequestToken)
The request token for performing the update action.
|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withRowsToUpdate(Collection<UpdateRowData> rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withRowsToUpdate(UpdateRowData... rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withTableId(String tableId)
The ID of the table where the rows are being updated.
|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withWorkbookId(String workbookId)
The ID of the workbook where the rows are being updated.
|
Copyright © 2022. All rights reserved.