Uses of Interface
software.amazon.awssdk.services.s3.model.SSEKMSEncryption.Builder
Packages that use SSEKMSEncryption.Builder
-
Uses of SSEKMSEncryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SSEKMSEncryption.BuilderModifier and TypeMethodDescriptionSSEKMSEncryption.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using Key Management Service (KMS) keys (SSE-KMS).static SSEKMSEncryption.BuilderSSEKMSEncryption.builder()Specifies the Amazon Web Services KMS key Amazon Resource Name (ARN) to use for the updated server-side encryption type.SSEKMSEncryption.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type SSEKMSEncryption.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SSEKMSEncryption.Builder>SSEKMSEncryption.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type SSEKMSEncryption.BuilderModifier and TypeMethodDescriptionstatic ObjectEncryptionObjectEncryption.fromSsekms(Consumer<SSEKMSEncryption.Builder> ssekms) Create an instance of this class withObjectEncryption.ssekms()initialized to the given value.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).