| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
UpsertRowData |
UpsertRowData.addCellsToUpdateEntry(String key,
CellInput value)
Add a single CellsToUpdate entry
|
UpsertRowData |
UpsertRowData.clearCellsToUpdateEntries()
Removes all the entries added into CellsToUpdate.
|
UpsertRowData |
UpsertRowData.clone() |
UpsertRowData |
UpsertRowData.withBatchItemId(String batchItemId)
An external identifier that represents a single item in the request that is being upserted as part of the
BatchUpsertTableRows request.
|
UpsertRowData |
UpsertRowData.withCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update for the matching rows or an appended row.
|
UpsertRowData |
UpsertRowData.withFilter(Filter filter)
The filter formula to use to find existing matching rows to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpsertRowData> |
BatchUpsertTableRowsRequest.getRowsToUpsert()
The list of rows to upsert in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withRowsToUpsert(UpsertRowData... rowsToUpsert)
The list of rows to upsert in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpsertTableRowsRequest.setRowsToUpsert(Collection<UpsertRowData> rowsToUpsert)
The list of rows to upsert in the table.
|
BatchUpsertTableRowsRequest |
BatchUpsertTableRowsRequest.withRowsToUpsert(Collection<UpsertRowData> rowsToUpsert)
The list of rows to upsert in the table.
|
Copyright © 2021. All rights reserved.