Uses of Class
software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest
-
Packages that use BatchDeleteTableRowsRequest 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.software.amazon.awssdk.services.honeycode.transform -
-
Uses of BatchDeleteTableRowsRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type BatchDeleteTableRowsRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteTableRowsResponse>HoneycodeAsyncClient. batchDeleteTableRows(BatchDeleteTableRowsRequest 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. -
Uses of BatchDeleteTableRowsRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type BatchDeleteTableRowsRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteTableRowsRequestMarshaller. marshall(BatchDeleteTableRowsRequest batchDeleteTableRowsRequest)
-