Uses of Class
software.amazon.awssdk.services.athena.model.CustomerContentEncryptionConfiguration
-
Packages that use CustomerContentEncryptionConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CustomerContentEncryptionConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CustomerContentEncryptionConfiguration Modifier and Type Method Description CustomerContentEncryptionConfigurationWorkGroupConfiguration. customerContentEncryptionConfiguration()Specifies the KMS key that is used to encrypt the user's data stores in Athena.CustomerContentEncryptionConfigurationWorkGroupConfigurationUpdates. customerContentEncryptionConfiguration()Returns the value of the CustomerContentEncryptionConfiguration property for this object.Methods in software.amazon.awssdk.services.athena.model with parameters of type CustomerContentEncryptionConfiguration Modifier and Type Method Description WorkGroupConfiguration.BuilderWorkGroupConfiguration.Builder. customerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)Specifies the KMS key that is used to encrypt the user's data stores in Athena.WorkGroupConfigurationUpdates.BuilderWorkGroupConfigurationUpdates.Builder. customerContentEncryptionConfiguration(CustomerContentEncryptionConfiguration customerContentEncryptionConfiguration)Sets the value of the CustomerContentEncryptionConfiguration property for this object.
-