Uses of Class
software.amazon.awssdk.services.s3.model.ObjectEncryption
-
Packages that use ObjectEncryption Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectEncryption in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectEncryption Modifier and Type Method Description static 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.ObjectEncryptionUpdateObjectEncryptionRequest. objectEncryption()The updated server-side encryption type for this object.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectEncryption Modifier and Type Method Description UpdateObjectEncryptionRequest.BuilderUpdateObjectEncryptionRequest.Builder. objectEncryption(ObjectEncryption objectEncryption)The updated server-side encryption type for this object.
-