| 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 and calculation results are 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 and calculation results
are stored and the encryption option, if any, used for query and calculation 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 and calculation results are 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 and calculation
results are stored and the encryption option, if any, used for query and calculation results.
|
Copyright © 2023. All rights reserved.