Uses of Enum
software.amazon.awscdk.services.glue.S3EncryptionMode
Packages that use S3EncryptionMode
-
Uses of S3EncryptionMode in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return S3EncryptionModeModifier and TypeMethodDescriptionS3Encryption.getMode()(experimental) Encryption mode.final S3EncryptionModeS3Encryption.Jsii$Proxy.getMode()static S3EncryptionModeReturns 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.Methods in software.amazon.awscdk.services.glue with parameters of type S3EncryptionModeModifier and TypeMethodDescriptionS3Encryption.Builder.mode(S3EncryptionMode mode) Sets the value ofS3Encryption.getMode()