| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.clone() |
TableRow |
TableRow.withCells(Cell... cells)
A list of cells in the table row.
|
TableRow |
TableRow.withCells(Collection<Cell> cells)
A list of cells in the table row.
|
TableRow |
TableRow.withRowId(String rowId)
The id of the row in the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableRow> |
ListTableRowsResult.getRows()
The list of rows in the table.
|
List<TableRow> |
QueryTableRowsResult.getRows()
The list of rows in the table that match the query filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListTableRowsResult |
ListTableRowsResult.withRows(TableRow... rows)
The list of rows in the table.
|
QueryTableRowsResult |
QueryTableRowsResult.withRows(TableRow... rows)
The list of rows in the table that match the query filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTableRowsResult.setRows(Collection<TableRow> rows)
The list of rows in the table.
|
void |
QueryTableRowsResult.setRows(Collection<TableRow> rows)
The list of rows in the table that match the query filter.
|
ListTableRowsResult |
ListTableRowsResult.withRows(Collection<TableRow> rows)
The list of rows in the table.
|
QueryTableRowsResult |
QueryTableRowsResult.withRows(Collection<TableRow> rows)
The list of rows in the table that match the query filter.
|
Copyright © 2021. All rights reserved.