Uses of Interface
software.amazon.awssdk.services.honeycode.model.BatchUpsertTableRowsRequest.Builder
-
Packages that use BatchUpsertTableRowsRequest.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 BatchUpsertTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type BatchUpsertTableRowsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchUpsertTableRowsResponse>HoneycodeAsyncClient. batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder> batchUpsertTableRowsRequest)The BatchUpsertTableRows API allows you to upsert one or more rows in a table.default BatchUpsertTableRowsResponseHoneycodeClient. batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder> batchUpsertTableRowsRequest)The BatchUpsertTableRows API allows you to upsert one or more rows in a table. -
Uses of BatchUpsertTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return BatchUpsertTableRowsRequest.Builder Modifier and Type Method Description static BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest. builder()BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. clientRequestToken(String clientRequestToken)The request token for performing the update action.BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. rowsToUpsert(Collection<UpsertRowData> rowsToUpsert)The list of rows to upsert in the table.BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. rowsToUpsert(Consumer<UpsertRowData.Builder>... rowsToUpsert)The list of rows to upsert in the table.BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. rowsToUpsert(UpsertRowData... rowsToUpsert)The list of rows to upsert in the table.BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. tableId(String tableId)The ID of the table where the rows are being upserted.BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest. toBuilder()BatchUpsertTableRowsRequest.BuilderBatchUpsertTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook where the rows are being upserted.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type BatchUpsertTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends BatchUpsertTableRowsRequest.Builder>BatchUpsertTableRowsRequest. serializableBuilderClass()
-