| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
List<Datum> |
Row.data()
The data that populates a row in a query result table.
|
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
Row.Builder.data(Datum... data)
The data that populates a row in a query result table.
|
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
Row.Builder.data(Collection<Datum> data)
The data that populates a row in a query result table.
|
Copyright © 2023. All rights reserved.