| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
ResultConfiguration.encryptionConfiguration()
If query results are encrypted in Amazon S3, indicates the encryption option used (for example,
SSE_KMS or CSE_KMS) and key information. |
EncryptionConfiguration |
ResultConfigurationUpdates.encryptionConfiguration()
The encryption configuration for the query results.
|
| Modifier and Type | Method and Description |
|---|---|
ResultConfiguration.Builder |
ResultConfiguration.Builder.encryptionConfiguration(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. |
ResultConfigurationUpdates.Builder |
ResultConfigurationUpdates.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the query results.
|
Copyright © 2022. All rights reserved.