| 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 S3, indicates the S3 encryption option used (for example,
SSE-KMS
or CSE-KMS and key information. |
ResultConfiguration |
ResultConfiguration.withOutputLocation(String outputLocation)
The location in S3 where query results are stored.
|
| 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 © 2018. All rights reserved.