| 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 |
|---|---|
BatchDeleteTableRowsResult |
AmazonHoneycodeClient.batchDeleteTableRows(BatchDeleteTableRowsRequest request)
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
|
BatchDeleteTableRowsResult |
AbstractAmazonHoneycode.batchDeleteTableRows(BatchDeleteTableRowsRequest request) |
BatchDeleteTableRowsResult |
AmazonHoneycode.batchDeleteTableRows(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest)
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteTableRowsResult> |
AmazonHoneycodeAsyncClient.batchDeleteTableRowsAsync(BatchDeleteTableRowsRequest request,
AsyncHandler<BatchDeleteTableRowsRequest,BatchDeleteTableRowsResult> asyncHandler) |
Future<BatchDeleteTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchDeleteTableRowsAsync(BatchDeleteTableRowsRequest request,
AsyncHandler<BatchDeleteTableRowsRequest,BatchDeleteTableRowsResult> asyncHandler) |
Future<BatchDeleteTableRowsResult> |
AmazonHoneycodeAsync.batchDeleteTableRowsAsync(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest,
AsyncHandler<BatchDeleteTableRowsRequest,BatchDeleteTableRowsResult> asyncHandler)
The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.clone() |
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of row ids in the request that could not be deleted from the table.
|
BatchDeleteTableRowsResult |
BatchDeleteTableRowsResult.withWorkbookCursor(Long workbookCursor)
The updated workbook cursor after deleting the rows from the table.
|
Copyright © 2023. All rights reserved.