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