| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
Datum |
Datum.clone() |
Datum |
TimeSeriesDataPoint.getValue()
The measure value for the data point.
|
Datum |
Datum.withArrayValue(Collection<Datum> arrayValue)
Indicates if the data point is an array.
|
Datum |
Datum.withArrayValue(Datum... arrayValue)
Indicates if the data point is an array.
|
Datum |
Datum.withNullValue(Boolean nullValue)
Indicates if the data point is null.
|
Datum |
Datum.withRowValue(Row rowValue)
Indicates if the data point is a row.
|
Datum |
Datum.withScalarValue(String scalarValue)
Indicates if the data point is a scalar value such as integer, string, double, or Boolean.
|
Datum |
Datum.withTimeSeriesValue(Collection<TimeSeriesDataPoint> timeSeriesValue)
Indicates if the data point is a timeseries data type.
|
Datum |
Datum.withTimeSeriesValue(TimeSeriesDataPoint... timeSeriesValue)
Indicates if the data point is a timeseries data type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Datum> |
Datum.getArrayValue()
Indicates if the data point is an array.
|
List<Datum> |
Row.getData()
List of data points in a single row of the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeSeriesDataPoint.setValue(Datum value)
The measure value for the data point.
|
Datum |
Datum.withArrayValue(Datum... arrayValue)
Indicates if the data point is an array.
|
Row |
Row.withData(Datum... data)
List of data points in a single row of the result set.
|
TimeSeriesDataPoint |
TimeSeriesDataPoint.withValue(Datum value)
The measure value for the data point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Datum.setArrayValue(Collection<Datum> arrayValue)
Indicates if the data point is an array.
|
void |
Row.setData(Collection<Datum> data)
List of data points in a single row of the result set.
|
Datum |
Datum.withArrayValue(Collection<Datum> arrayValue)
Indicates if the data point is an array.
|
Row |
Row.withData(Collection<Datum> data)
List of data points in a single row of the result set.
|
Copyright © 2024. All rights reserved.