Uses of Class
software.amazon.awssdk.services.glue.model.S3EncryptionMode
-
Packages that use S3EncryptionMode Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3EncryptionMode in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return S3EncryptionMode Modifier and Type Method Description static S3EncryptionModeS3EncryptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3EncryptionModeS3Encryption. s3EncryptionMode()The encryption mode to use for Amazon S3 data.static S3EncryptionModeS3EncryptionMode. 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.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3EncryptionMode Modifier and Type Method Description static Set<S3EncryptionMode>S3EncryptionMode. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type S3EncryptionMode Modifier and Type Method Description S3Encryption.BuilderS3Encryption.Builder. s3EncryptionMode(S3EncryptionMode s3EncryptionMode)The encryption mode to use for Amazon S3 data.
-