Uses of Class
software.amazon.awssdk.services.athena.model.Row
-
Packages that use Row Package Description software.amazon.awssdk.services.athena.model -
-
Uses of Row in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type Row Modifier and Type Method Description List<Row>ResultSet. rows()The rows in the table.Methods in software.amazon.awssdk.services.athena.model with parameters of type Row Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. rows(Row... rows)The rows in the table.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type Row Modifier and Type Method Description ResultSet.BuilderResultSet.Builder. rows(Collection<Row> rows)The rows in the table.
-