| Package | Description |
|---|---|
| com.amazonaws.services.honeycode.model |
| Modifier and Type | Method and Description |
|---|---|
ResultRow |
ResultRow.clone() |
ResultRow |
ResultRow.withDataItems(Collection<DataItem> dataItems)
List of all the data cells in a row.
|
ResultRow |
ResultRow.withDataItems(DataItem... dataItems)
List of all the data cells in a row.
|
ResultRow |
ResultRow.withRowId(String rowId)
The ID for a particular row.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultRow> |
ResultSet.getRows()
List of rows returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ResultSet.withRows(ResultRow... rows)
List of rows returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultSet.setRows(Collection<ResultRow> rows)
List of rows returned by the request.
|
ResultSet |
ResultSet.withRows(Collection<ResultRow> rows)
List of rows returned by the request.
|
Copyright © 2024. All rights reserved.