Uses of Class
software.amazon.awssdk.services.timestreamquery.model.Datum
-
Packages that use Datum Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of Datum in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return Datum Modifier and Type Method Description DatumTimeSeriesDataPoint. value()The measure value for the data point.Methods in software.amazon.awssdk.services.timestreamquery.model that return types with arguments of type Datum Modifier and Type Method Description List<Datum>Datum. arrayValue()Indicates if the data point is an array.List<Datum>Row. data()List of data points in a single row of the result set.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type Datum Modifier and Type Method Description Datum.BuilderDatum.Builder. arrayValue(Datum... arrayValue)Indicates if the data point is an array.Row.BuilderRow.Builder. data(Datum... data)List of data points in a single row of the result set.TimeSeriesDataPoint.BuilderTimeSeriesDataPoint.Builder. value(Datum value)The measure value for the data point.Method parameters in software.amazon.awssdk.services.timestreamquery.model with type arguments of type Datum Modifier and Type Method Description Datum.BuilderDatum.Builder. arrayValue(Collection<Datum> arrayValue)Indicates if the data point is an array.Row.BuilderRow.Builder. data(Collection<Datum> data)List of data points in a single row of the result set.
-