Uses of Class
software.amazon.awssdk.services.s3.model.ObjectEncryption
Packages that use ObjectEncryption
-
Uses of ObjectEncryption in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectEncryptionModifier and TypeMethodDescriptionstatic ObjectEncryptionObjectEncryption.fromSsekms(Consumer<SSEKMSEncryption.Builder> ssekms) Create an instance of this class withssekms()initialized to the given value.static ObjectEncryptionObjectEncryption.fromSsekms(SSEKMSEncryption ssekms) Create an instance of this class withssekms()initialized to the given value.final ObjectEncryptionUpdateObjectEncryptionRequest.objectEncryption()The updated server-side encryption type for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectEncryptionModifier and TypeMethodDescriptionUpdateObjectEncryptionRequest.Builder.objectEncryption(ObjectEncryption objectEncryption) The updated server-side encryption type for this object.