Uses of Class
software.amazon.awssdk.services.s3.model.SSEKMSEncryption
-
Packages that use SSEKMSEncryption Package Description software.amazon.awssdk.services.s3.model -
-
Uses of SSEKMSEncryption in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SSEKMSEncryption Modifier and Type Method Description 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 SSEKMSEncryption Modifier and Type Method Description static ObjectEncryptionObjectEncryption. fromSsekms(SSEKMSEncryption ssekms)Create an instance of this class withObjectEncryption.ssekms()initialized to the given value.ObjectEncryption.BuilderObjectEncryption.Builder. ssekms(SSEKMSEncryption ssekms)Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
-