| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRowData |
UpdateRowData.addCellsToUpdateEntry(String key,
CellInput value)
Add a single CellsToUpdate entry
|
UpdateRowData |
UpdateRowData.clearCellsToUpdateEntries()
Removes all the entries added into CellsToUpdate.
|
UpdateRowData |
UpdateRowData.clone() |
UpdateRowData |
UpdateRowData.withCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row.
|
UpdateRowData |
UpdateRowData.withRowId(String rowId)
The id of the row that needs to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateRowData> |
BatchUpdateTableRowsRequest.getRowsToUpdate()
The list of rows to update in the table.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withRowsToUpdate(UpdateRowData... rowsToUpdate)
The list of rows to update in the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateTableRowsRequest.setRowsToUpdate(Collection<UpdateRowData> rowsToUpdate)
The list of rows to update in the table.
|
BatchUpdateTableRowsRequest |
BatchUpdateTableRowsRequest.withRowsToUpdate(Collection<UpdateRowData> rowsToUpdate)
The list of rows to update in the table.
|
Copyright © 2023. All rights reserved.