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