Uses of Class
software.amazon.awssdk.services.athena.model.Datum
-
Packages that use Datum Package Description software.amazon.awssdk.services.athena.model -
-
Uses of Datum in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type Datum Modifier and Type Method Description List<Datum>Row. data()The data that populates a row in a query result table.Methods in software.amazon.awssdk.services.athena.model with parameters of type Datum Modifier and Type Method Description Row.BuilderRow.Builder. data(Datum... data)The data that populates a row in a query result table.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type Datum Modifier and Type Method Description Row.BuilderRow.Builder. data(Collection<Datum> data)The data that populates a row in a query result table.
-