Uses of Interface
software.amazon.awssdk.services.s3.model.SSEKMSEncryption.Builder
-
Packages that use SSEKMSEncryption.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of SSEKMSEncryption.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return SSEKMSEncryption.Builder Modifier and Type Method Description SSEKMSEncryption.BuilderSSEKMSEncryption.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()SSEKMSEncryption.BuilderSSEKMSEncryption.Builder. kmsKeyArn(String kmsKeyArn)Specifies the Amazon Web Services KMS key Amazon Resource Name (ARN) to use for the updated server-side encryption type.SSEKMSEncryption.BuilderSSEKMSEncryption. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type SSEKMSEncryption.Builder Modifier and Type Method Description static Class<? extends SSEKMSEncryption.Builder>SSEKMSEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type SSEKMSEncryption.Builder Modifier and Type Method Description static 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).
-