Uses of Class
software.amazon.awssdk.services.glue.model.S3Encryption
-
Packages that use S3Encryption Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3Encryption in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3Encryption Modifier and Type Method Description List<S3Encryption>EncryptionConfiguration. s3Encryption()The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3Encryption Modifier and Type Method Description EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. s3Encryption(S3Encryption... s3Encryption)The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type S3Encryption Modifier and Type Method Description EncryptionConfiguration.BuilderEncryptionConfiguration.Builder. s3Encryption(Collection<S3Encryption> s3Encryption)The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
-