| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
UpsertRowsResult |
UpsertRowsResult.clone() |
UpsertRowsResult |
UpsertRowsResult.withRowIds(Collection<String> rowIds)
The list of row ids that were changed as part of an upsert row operation.
|
UpsertRowsResult |
UpsertRowsResult.withRowIds(String... rowIds)
The list of row ids that were changed as part of an upsert row operation.
|
UpsertRowsResult |
UpsertRowsResult.withUpsertAction(String upsertAction)
The result of the upsert action.
|
UpsertRowsResult |
UpsertRowsResult.withUpsertAction(UpsertAction upsertAction)
The result of the upsert action.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UpsertRowsResult> |
BatchUpsertTableRowsResult.getRows()
A map with the batch item id as the key and the result of the upsert operation as the value.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertTableRowsResult |
BatchUpsertTableRowsResult.addRowsEntry(String key,
UpsertRowsResult value)
Add a single Rows entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpsertTableRowsResult.setRows(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.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.
|
Copyright © 2023. All rights reserved.