Uses of Interface
software.amazon.awssdk.services.honeycode.model.BatchUpdateTableRowsRequest.Builder
-
Packages that use BatchUpdateTableRowsRequest.Builder 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.model -
-
Uses of BatchUpdateTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type BatchUpdateTableRowsRequest.Builder 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 BatchUpdateTableRowsResponseHoneycodeClient. batchUpdateTableRows(Consumer<BatchUpdateTableRowsRequest.Builder> batchUpdateTableRowsRequest)The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook. -
Uses of BatchUpdateTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return BatchUpdateTableRowsRequest.Builder Modifier and Type Method Description static BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest. builder()BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. clientRequestToken(String clientRequestToken)The request token for performing the update action.BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. rowsToUpdate(Collection<UpdateRowData> rowsToUpdate)The list of rows to update in the table.BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. rowsToUpdate(Consumer<UpdateRowData.Builder>... rowsToUpdate)The list of rows to update in the table.BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. rowsToUpdate(UpdateRowData... rowsToUpdate)The list of rows to update in the table.BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. tableId(String tableId)The ID of the table where the rows are being updated.BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest. toBuilder()BatchUpdateTableRowsRequest.BuilderBatchUpdateTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook where the rows are being updated.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type BatchUpdateTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends BatchUpdateTableRowsRequest.Builder>BatchUpdateTableRowsRequest. serializableBuilderClass()
-