Uses of Class
software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest
-
Packages that use BatchUpdateTableRowsRequest 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 BatchUpdateTableRowsRequest in software.amazon.awssdk.services.honeycode
Methods in software.amazon.awssdk.services.honeycode with parameters of type BatchUpdateTableRowsRequest Modifier and Type Method Description default CompletableFuture<BatchUpdateTableRowsResponse>HoneycodeAsyncClient. batchUpdateTableRows(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest)The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.default BatchUpdateTableRowsResponseHoneycodeClient. batchUpdateTableRows(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest)The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook. -
Uses of BatchUpdateTableRowsRequest in software.amazon.awssdk.services.honeycode.transform
Methods in software.amazon.awssdk.services.honeycode.transform with parameters of type BatchUpdateTableRowsRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateTableRowsRequestMarshaller. marshall(BatchUpdateTableRowsRequest batchUpdateTableRowsRequest)
-