| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.clone() |
TableRow |
TableRow.withCells(Collection<TableCell> cells)
A list of table cells in a row.
|
TableRow |
TableRow.withCells(TableCell... cells)
A list of table cells in a row.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
TableExcerpt.getRows()
A list of rows in the table excerpt.
|
| Modifier and Type | Method and Description |
|---|---|
TableExcerpt |
TableExcerpt.withRows(TableRow... rows)
A list of rows in the table excerpt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableExcerpt.setRows(Collection<TableRow> rows)
A list of rows in the table excerpt.
|
TableExcerpt |
TableExcerpt.withRows(Collection<TableRow> rows)
A list of rows in the table excerpt.
|
Copyright © 2023. All rights reserved.