| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration |
StartQueryExecutionRequest.resultConfiguration()
Specifies information about where and how to save the results of the query execution.
|
ResultConfiguration |
QueryExecution.resultConfiguration()
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
ResultConfiguration |
WorkGroupConfiguration.resultConfiguration()
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored and
the encryption option, if any, used for query results.
|
| Modifier and Type | Method and Description |
|---|---|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
QueryExecution.Builder |
QueryExecution.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
WorkGroupConfiguration.Builder |
WorkGroupConfiguration.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored
and the encryption option, if any, used for query results.
|
Copyright © 2022. All rights reserved.