| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
CellInput |
CellInput.clone() |
CellInput |
CellInput.withFact(String fact)
Fact represents the data that is entered into a cell.
|
CellInput |
CellInput.withFacts(Collection<String> facts)
A list representing the values that are entered into a ROWSET cell.
|
CellInput |
CellInput.withFacts(String... facts)
A list representing the values that are entered into a ROWSET cell.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CellInput> |
CreateRowData.getCellsToCreate()
A map representing the cells to create in the new row.
|
Map<String,CellInput> |
UpsertRowData.getCellsToUpdate()
A map representing the cells to update for the matching rows or an appended row.
|
Map<String,CellInput> |
UpdateRowData.getCellsToUpdate()
A map representing the cells to update in the given row.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRowData |
CreateRowData.addCellsToCreateEntry(String key,
CellInput value)
Add a single CellsToCreate entry
|
UpsertRowData |
UpsertRowData.addCellsToUpdateEntry(String key,
CellInput value)
Add a single CellsToUpdate entry
|
UpdateRowData |
UpdateRowData.addCellsToUpdateEntry(String key,
CellInput value)
Add a single CellsToUpdate entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRowData.setCellsToCreate(Map<String,CellInput> cellsToCreate)
A map representing the cells to create in the new row.
|
void |
UpsertRowData.setCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update for the matching rows or an appended row.
|
void |
UpdateRowData.setCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row.
|
CreateRowData |
CreateRowData.withCellsToCreate(Map<String,CellInput> cellsToCreate)
A map representing the cells to create in the new row.
|
UpsertRowData |
UpsertRowData.withCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update for the matching rows or an appended row.
|
UpdateRowData |
UpdateRowData.withCellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row.
|
Copyright © 2023. All rights reserved.