| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration |
ResultConfiguration.clone() |
ResultConfiguration |
StartQueryExecutionRequest.getResultConfiguration()
Specifies information about where and how to save the results of the query execution.
|
ResultConfiguration |
QueryExecution.getResultConfiguration()
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
ResultConfiguration |
ResultConfiguration.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE-KMS or CSE-KMS) and key information. |
ResultConfiguration |
ResultConfiguration.withOutputLocation(String outputLocation)
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/. |
| Modifier and Type | Method and Description |
|---|---|
void |
StartQueryExecutionRequest.setResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
void |
QueryExecution.setResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
StartQueryExecutionRequest |
StartQueryExecutionRequest.withResultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
QueryExecution |
QueryExecution.withResultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query results were stored and the encryption option, if any, used for query
results.
|
Copyright © 2019. All rights reserved.