Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectEncryption.Builder
-
Packages that use ObjectEncryption.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectEncryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectEncryption.Builder Modifier and Type Method Description static ObjectEncryption.BuilderObjectEncryption. builder()default ObjectEncryption.BuilderObjectEncryption.Builder. ssekms(Consumer<SSEKMSEncryption.Builder> ssekms)Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).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).ObjectEncryption.BuilderObjectEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectEncryption.Builder Modifier and Type Method Description static Class<? extends ObjectEncryption.Builder>ObjectEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectEncryption.Builder Modifier and Type Method Description default UpdateObjectEncryptionRequest.BuilderUpdateObjectEncryptionRequest.Builder. objectEncryption(Consumer<ObjectEncryption.Builder> objectEncryption)The updated server-side encryption type for this object.
-