Uses of Interface
software.amazon.awscdk.services.s3.CfnBucket.BucketEncryptionProperty
Packages that use CfnBucket.BucketEncryptionProperty
-
Uses of CfnBucket.BucketEncryptionProperty in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement CfnBucket.BucketEncryptionPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnBucket.BucketEncryptionProperty
Methods in software.amazon.awscdk.services.s3 that return CfnBucket.BucketEncryptionPropertyModifier and TypeMethodDescriptionCfnBucket.BucketEncryptionProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.s3 with parameters of type CfnBucket.BucketEncryptionPropertyModifier and TypeMethodDescriptionCfnBucket.Builder.bucketEncryption
(CfnBucket.BucketEncryptionProperty bucketEncryption) Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS) bucket.CfnBucketProps.Builder.bucketEncryption
(CfnBucket.BucketEncryptionProperty bucketEncryption) Sets the value ofCfnBucketProps.getBucketEncryption()
void
CfnBucket.setBucketEncryption
(CfnBucket.BucketEncryptionProperty value) Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS) bucket.