Uses of Class
software.amazon.awssdk.services.iotsitewise.model.Datum
-
Packages that use Datum Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Datum in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.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.iotsitewise.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.Method parameters in software.amazon.awssdk.services.iotsitewise.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.
-