Uses of Class
software.amazon.awssdk.services.athena.model.EncryptionOption
-
Packages that use EncryptionOption Package Description software.amazon.awssdk.services.athena.model -
-
Uses of EncryptionOption in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return EncryptionOption Modifier and Type Method Description EncryptionOptionEncryptionConfiguration. 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.static EncryptionOptionEncryptionOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncryptionOptionEncryptionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionOption[]EncryptionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type EncryptionOption Modifier and Type Method Description static Set<EncryptionOption>EncryptionOption. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type EncryptionOption Modifier and Type Method Description EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. encryptionOption(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.
-