Uses of Class
software.amazon.awssdk.services.honeycode.model.CellInput
-
Packages that use CellInput Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of CellInput in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type CellInput Modifier and Type Method Description Map<String,CellInput>CreateRowData. cellsToCreate()A map representing the cells to create in the new row.Map<String,CellInput>UpdateRowData. cellsToUpdate()A map representing the cells to update in the given row.Map<String,CellInput>UpsertRowData. cellsToUpdate()A map representing the cells to update for the matching rows or an appended row.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type CellInput Modifier and Type Method Description CreateRowData.BuilderCreateRowData.Builder. cellsToCreate(Map<String,CellInput> cellsToCreate)A map representing the cells to create in the new row.UpdateRowData.BuilderUpdateRowData.Builder. cellsToUpdate(Map<String,CellInput> cellsToUpdate)A map representing the cells to update in the given row.UpsertRowData.BuilderUpsertRowData.Builder. cellsToUpdate(Map<String,CellInput> cellsToUpdate)A map representing the cells to update for the matching rows or an appended row.
-