| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration |
EncryptionConfiguration.clone() |
EncryptionConfiguration |
SessionConfiguration.getEncryptionConfiguration() |
EncryptionConfiguration |
ResultConfigurationUpdates.getEncryptionConfiguration()
The encryption configuration for query and calculation results.
|
EncryptionConfiguration |
ResultConfiguration.getEncryptionConfiguration()
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 |
EncryptionConfiguration.withEncryptionOption(EncryptionOption encryptionOption)
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (
SSE_S3), server-side
encryption with KMS-managed keys (SSE_KMS), or client-side encryption with KMS-managed keys (
CSE_KMS) is used. |
EncryptionConfiguration |
EncryptionConfiguration.withEncryptionOption(String encryptionOption)
Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (
SSE_S3), server-side
encryption with KMS-managed keys (SSE_KMS), or client-side encryption with KMS-managed keys (
CSE_KMS) is used. |
EncryptionConfiguration |
EncryptionConfiguration.withKmsKey(String kmsKey)
For
SSE_KMS and CSE_KMS, this is the KMS key ARN or ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionConfiguration.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
void |
ResultConfigurationUpdates.setEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for query and calculation results.
|
void |
ResultConfiguration.setEncryptionConfiguration(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. |
SessionConfiguration |
SessionConfiguration.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
ResultConfigurationUpdates |
ResultConfigurationUpdates.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for query and calculation results.
|
ResultConfiguration |
ResultConfiguration.withEncryptionConfiguration(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. |
Copyright © 2025. All rights reserved.