| Modifier and Type | Method and Description |
|---|---|
S3EncryptionMode |
S3Encryption.getMode()
(experimental) Encryption mode.
|
S3EncryptionMode |
S3Encryption.Jsii$Proxy.getMode() |
static S3EncryptionMode |
S3EncryptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3EncryptionMode[] |
S3EncryptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3Encryption.Builder |
S3Encryption.Builder.mode(S3EncryptionMode mode)
Sets the value of
S3Encryption.getMode() |
| Constructor and Description |
|---|
Jsii$Proxy(S3EncryptionMode mode,
IKey kmsKey)
Constructor that initializes the object based on literal property values passed by the
S3Encryption.Builder. |
Copyright © 2021. All rights reserved.