Uses of Class
software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsResponse
-
Packages that use BatchDeleteTableRowsResponse 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. -
-
Uses of BatchDeleteTableRowsResponse in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode that return BatchDeleteTableRowsResponse Modifier and Type Method Description default BatchDeleteTableRowsResponseHoneycodeClient. batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder> batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.default BatchDeleteTableRowsResponseHoneycodeClient. batchDeleteTableRows(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.Methods in software.amazon.awssdk.services.honeycode that return types with arguments of type BatchDeleteTableRowsResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteTableRowsResponse>HoneycodeAsyncClient. batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder> batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.default CompletableFuture<BatchDeleteTableRowsResponse>HoneycodeAsyncClient. batchDeleteTableRows(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.
-