Uses of Class
software.amazon.awssdk.services.athena.model.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of EncryptionConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfigurationResultConfiguration. encryptionConfiguration()If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_KMS) and key information.EncryptionConfigurationResultConfigurationUpdates. encryptionConfiguration()The encryption configuration for query and calculation results.EncryptionConfigurationSessionConfiguration. encryptionConfiguration()Returns the value of the EncryptionConfiguration property for this object.Methods in software.amazon.awssdk.services.athena.model with parameters of type EncryptionConfiguration Modifier and Type Method Description ResultConfiguration.BuilderResultConfiguration.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)If query and calculation results are encrypted in Amazon S3, indicates the encryption option used (for example,SSE_KMSorCSE_KMS) and key information.ResultConfigurationUpdates.BuilderResultConfigurationUpdates.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The encryption configuration for query and calculation results.SessionConfiguration.BuilderSessionConfiguration.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)Sets the value of the EncryptionConfiguration property for this object.
-