| 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 |
|---|---|
BatchUpdateTableRowsResult |
AmazonHoneycodeClient.batchUpdateTableRows(BatchUpdateTableRowsRequest request)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
BatchUpdateTableRowsResult |
AbstractAmazonHoneycode.batchUpdateTableRows(BatchUpdateTableRowsRequest request) |
BatchUpdateTableRowsResult |
AmazonHoneycode.batchUpdateTableRows(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest)
The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateTableRowsResult> |
AmazonHoneycodeAsyncClient.batchUpdateTableRowsAsync(BatchUpdateTableRowsRequest request,
AsyncHandler<BatchUpdateTableRowsRequest,BatchUpdateTableRowsResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.clone() |
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated in the table.
|
BatchUpdateTableRowsResult |
BatchUpdateTableRowsResult.withWorkbookCursor(Long workbookCursor)
The updated workbook cursor after adding the new rows at the end of the table.
|
Copyright © 2023. All rights reserved.