Uses of Class
software.amazon.awssdk.services.qldb.model.S3EncryptionConfiguration
-
Packages that use S3EncryptionConfiguration Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of S3EncryptionConfiguration in software.amazon.awssdk.services.qldb.model
Methods in software.amazon.awssdk.services.qldb.model that return S3EncryptionConfiguration Modifier and Type Method Description S3EncryptionConfigurationS3ExportConfiguration. encryptionConfiguration()The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.Methods in software.amazon.awssdk.services.qldb.model with parameters of type S3EncryptionConfiguration Modifier and Type Method Description S3ExportConfiguration.BuilderS3ExportConfiguration.Builder. encryptionConfiguration(S3EncryptionConfiguration encryptionConfiguration)The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
-