Uses of Class
software.amazon.awssdk.services.honeycode.model.Cell
-
Packages that use Cell Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of Cell in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type Cell Modifier and Type Method Description List<Cell>TableRow. cells()A list of cells in the table row.Methods in software.amazon.awssdk.services.honeycode.model with parameters of type Cell Modifier and Type Method Description TableRow.BuilderTableRow.Builder. cells(Cell... cells)A list of cells in the table row.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type Cell Modifier and Type Method Description TableRow.BuilderTableRow.Builder. cells(Collection<Cell> cells)A list of cells in the table row.
-