| 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<BatchDeleteTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchDeleteTableRowsAsync(BatchDeleteTableRowsRequest request,
AsyncHandler<BatchDeleteTableRowsRequest,BatchDeleteTableRowsResult> asyncHandler) |
Future<BatchDeleteTableRowsResult> |
AmazonHoneycodeAsyncClient.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 |
|---|---|
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.clone() |
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.withClientRequestToken(String clientRequestToken)
The request token for performing the delete action.
|
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.withRowIds(Collection<String> rowIds)
The list of row ids to delete from the table.
|
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.withRowIds(String... rowIds)
The list of row ids to delete from the table.
|
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.withTableId(String tableId)
The ID of the table where the rows are being deleted.
|
BatchDeleteTableRowsRequest |
BatchDeleteTableRowsRequest.withWorkbookId(String workbookId)
The ID of the workbook where the rows are being deleted.
|
Copyright © 2023. All rights reserved.