Uses of Class
software.amazon.awssdk.services.s3control.model.GeneratedManifestEncryption
-
Packages that use GeneratedManifestEncryption Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of GeneratedManifestEncryption in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return GeneratedManifestEncryption Modifier and Type Method Description GeneratedManifestEncryptionS3ManifestOutputLocation. manifestEncryption()Specifies what encryption should be used when the generated manifest objects are written.Methods in software.amazon.awssdk.services.s3control.model with parameters of type GeneratedManifestEncryption Modifier and Type Method Description S3ManifestOutputLocation.BuilderS3ManifestOutputLocation.Builder. manifestEncryption(GeneratedManifestEncryption manifestEncryption)Specifies what encryption should be used when the generated manifest objects are written.
-