| Package | Description |
|---|---|
| com.amazonaws.services.honeycode |
Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without
programming.
|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpsertTableRowsResult> |
AbstractAmazonHoneycodeAsync.batchUpsertTableRowsAsync(BatchUpsertTableRowsRequest request,
AsyncHandler<BatchUpsertTableRowsRequest,BatchUpsertTableRowsResult> asyncHandler) |
Future<BatchUpsertTableRowsResult> |
AmazonHoneycodeAsyncClient.batchUpsertTableRowsAsync(BatchUpsertTableRowsRequest request,
AsyncHandler<BatchUpsertTableRowsRequest,BatchUpsertTableRowsResult> asyncHandler) |
Future<BatchUpsertTableRowsResult> |
AmazonHoneycodeAsync.batchUpsertTableRowsAsync(BatchUpsertTableRowsRequest batchUpsertTableRowsRequest,
AsyncHandler<BatchUpsertTableRowsRequest,BatchUpsertTableRowsResult> asyncHandler)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.clone() |
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withClientRequestToken(String clientRequestToken)
The request token for performing the update action.
|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withRowsToUpsert(Collection<UpsertRowData> rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withRowsToUpsert(UpsertRowData... rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withTableId(String tableId)
The ID of the table where the rows are being upserted.
|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withWorkbookId(String workbookId)
The ID of the workbook where the rows are being upserted.
|
Copyright © 2023. All rights reserved.