| Package | Description |
|---|---|
| software.amazon.awssdk.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CellInput> |
CreateRowData.cellsToCreate()
A map representing the cells to create in the new row.
|
Map<String,CellInput> |
UpsertRowData.cellsToUpdate()
A map representing the cells to update for the matching rows or an appended row.
|
Map<String,CellInput> |
UpdateRowData.cellsToUpdate()
A map representing the cells to update in the given row.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRowData.Builder |
CreateRowData.Builder.cellsToCreate(Map<String,CellInput> cellsToCreate)
A map representing the cells to create in the new row.
|
UpsertRowData.Builder |
UpsertRowData.Builder.cellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update for the matching rows or an appended row.
|
UpdateRowData.Builder |
UpdateRowData.Builder.cellsToUpdate(Map<String,CellInput> cellsToUpdate)
A map representing the cells to update in the given row.
|
Copyright © 2022. All rights reserved.