| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionOption |
EncryptionConfiguration.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 EncryptionOption |
EncryptionOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EncryptionOption |
EncryptionOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EncryptionOption> |
EncryptionOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
EncryptionConfiguration.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. |
Copyright © 2023. All rights reserved.