Uses of Class
software.amazon.awssdk.services.athena.model.ManagedQueryResultsEncryptionConfiguration
-
Packages that use ManagedQueryResultsEncryptionConfiguration Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ManagedQueryResultsEncryptionConfiguration in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ManagedQueryResultsEncryptionConfiguration Modifier and Type Method Description ManagedQueryResultsEncryptionConfigurationManagedQueryResultsConfiguration. encryptionConfiguration()If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.ManagedQueryResultsEncryptionConfigurationManagedQueryResultsConfigurationUpdates. encryptionConfiguration()If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.Methods in software.amazon.awssdk.services.athena.model with parameters of type ManagedQueryResultsEncryptionConfiguration Modifier and Type Method Description ManagedQueryResultsConfiguration.BuilderManagedQueryResultsConfiguration.Builder. encryptionConfiguration(ManagedQueryResultsEncryptionConfiguration encryptionConfiguration)If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.ManagedQueryResultsConfigurationUpdates.BuilderManagedQueryResultsConfigurationUpdates.Builder. encryptionConfiguration(ManagedQueryResultsEncryptionConfiguration encryptionConfiguration)If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
-