Uses of Class
software.amazon.awssdk.services.s3.model.ServerSideEncryptionByDefault
Packages that use ServerSideEncryptionByDefault
-
Uses of ServerSideEncryptionByDefault in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ServerSideEncryptionByDefaultModifier and TypeMethodDescriptionServerSideEncryptionRule.applyServerSideEncryptionByDefault()Specifies the default server-side encryption to apply to new objects in the bucket.Methods in software.amazon.awssdk.services.s3.model with parameters of type ServerSideEncryptionByDefaultModifier and TypeMethodDescriptionServerSideEncryptionRule.Builder.applyServerSideEncryptionByDefault(ServerSideEncryptionByDefault applyServerSideEncryptionByDefault) Specifies the default server-side encryption to apply to new objects in the bucket.