| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
SessionConfiguration.encryptionConfiguration()
Returns the value of the EncryptionConfiguration property for this object.
|
EncryptionConfiguration |
ResultConfiguration.encryptionConfiguration()
If query and calculation 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 query and calculation results.
|
| Modifier and Type | Method and Description |
|---|---|
SessionConfiguration.Builder |
SessionConfiguration.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
Sets the value of the EncryptionConfiguration property for this object.
|
ResultConfiguration.Builder |
ResultConfiguration.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
If query and calculation 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 query and calculation results.
|
Copyright © 2023. All rights reserved.