| 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 |
| Modifier and Type | Method and 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 BatchUpsertTableRowsResponse |
HoneycodeClient.batchUpsertTableRows(Consumer<BatchUpsertTableRowsRequest.Builder> batchUpsertTableRowsRequest)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.builder() |
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.clientRequestToken(String clientRequestToken)
The request token for performing the update action.
|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.rowsToUpsert(Collection<UpsertRowData> rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.rowsToUpsert(Consumer<UpsertRowData.Builder>... rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.rowsToUpsert(UpsertRowData... rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.tableId(String tableId)
The ID of the table where the rows are being upserted.
|
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.toBuilder() |
BatchUpsertTableRowsRequest.Builder |
BatchUpsertTableRowsRequest.Builder.workbookId(String workbookId)
The ID of the workbook where the rows are being upserted.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpsertTableRowsRequest.Builder> |
BatchUpsertTableRowsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.