Uses of Class
software.amazon.awssdk.services.s3.model.SSEKMSEncryption
Packages that use SSEKMSEncryption
-
Uses of SSEKMSEncryption in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SSEKMSEncryptionModifier and TypeMethodDescriptionfinal SSEKMSEncryptionObjectEncryption.ssekms()Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).Methods in software.amazon.awssdk.services.s3.model with parameters of type SSEKMSEncryptionModifier and TypeMethodDescriptionstatic ObjectEncryptionObjectEncryption.fromSsekms(SSEKMSEncryption ssekms) Create an instance of this class withObjectEncryption.ssekms()initialized to the given value.ObjectEncryption.Builder.ssekms(SSEKMSEncryption ssekms) Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).