| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
ResultSet.rows()
The rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet.Builder |
ResultSet.Builder.rows(Row... rows)
The rows in the table.
|
| Modifier and Type | Method and Description |
|---|---|
ResultSet.Builder |
ResultSet.Builder.rows(Collection<Row> rows)
The rows in the table.
|
Copyright © 2023. All rights reserved.