| 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 |
|---|---|
BatchUpsertTableRowsResult |
AmazonHoneycodeClient.batchUpsertTableRows(BatchUpsertTableRowsRequest request)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
BatchUpsertTableRowsResult |
AbstractAmazonHoneycode.batchUpsertTableRows(BatchUpsertTableRowsRequest request) |
BatchUpsertTableRowsResult |
AmazonHoneycode.batchUpsertTableRows(BatchUpsertTableRowsRequest batchUpsertTableRowsRequest)
The BatchUpsertTableRows API allows you to upsert one or more rows in a table.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpsertTableRowsResult> |
AmazonHoneycodeAsyncClient.batchUpsertTableRowsAsync(BatchUpsertTableRowsRequest request,
AsyncHandler<BatchUpsertTableRowsRequest,BatchUpsertTableRowsResult> asyncHandler) |
Future<BatchUpsertTableRowsResult> |
AbstractAmazonHoneycodeAsync.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 |
|---|---|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.addRowsEntry(String key,
UpsertRowsResult value)
Add a single Rows entry
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.clearRowsEntries()
Removes all the entries added into Rows.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.clone() |
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withFailedBatchItems(Collection<FailedBatchItem> failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withFailedBatchItems(FailedBatchItem... failedBatchItems)
The list of batch items in the request that could not be updated or appended in the table.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withRows(Map<String,UpsertRowsResult> rows)
A map with the batch item id as the key and the result of the upsert operation as the value.
|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.withWorkbookCursor(Long workbookCursor)
The updated workbook cursor after updating or appending rows in the table.
|
Copyright © 2021. All rights reserved.