| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.clone() |
Row |
Datum.getRowValue()
Indicates if the data point is a row.
|
Row |
Row.withData(Collection<Datum> data)
List of data points in a single row of the result set.
|
Row |
Row.withData(Datum... data)
List of data points in a single row of the result set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
ExecuteQueryResult.getRows()
Represents a single row in the query results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datum.setRowValue(Row rowValue)
Indicates if the data point is a row.
|
ExecuteQueryResult |
ExecuteQueryResult.withRows(Row... rows)
Represents a single row in the query results.
|
Datum |
Datum.withRowValue(Row rowValue)
Indicates if the data point is a row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteQueryResult.setRows(Collection<Row> rows)
Represents a single row in the query results.
|
ExecuteQueryResult |
ExecuteQueryResult.withRows(Collection<Row> rows)
Represents a single row in the query results.
|
Copyright © 2023. All rights reserved.