Uses of Class
software.amazon.awscdk.services.s3.BucketPolicy
Packages that use BucketPolicy
-
Uses of BucketPolicy in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return BucketPolicyModifier and TypeMethodDescriptionBucketPolicy.Builder.build()static BucketPolicyBucketPolicy.fromCfnBucketPolicy(CfnBucketPolicy cfnBucketPolicy) Create a mutableBucketPolicyfrom aCfnBucketPolicy.Bucket.getPolicy()The resource policy associated with this bucket.abstract BucketPolicyBucketBase.getPolicy()The resource policy associated with this bucket.default BucketPolicyIBucket.getPolicy()The resource policy associated with this bucket.default BucketPolicyIBucket.Jsii$Default.getPolicy()The resource policy associated with this bucket.final BucketPolicyIBucket.Jsii$Proxy.getPolicy()The resource policy associated with this bucket.Methods in software.amazon.awscdk.services.s3 with parameters of type BucketPolicyModifier and TypeMethodDescriptionvoidBucket.setPolicy(BucketPolicy value) The resource policy associated with this bucket.abstract voidBucketBase.setPolicy(BucketPolicy value) The resource policy associated with this bucket.default voidIBucket.Jsii$Default.setPolicy(BucketPolicy value) The resource policy associated with this bucket.final voidIBucket.Jsii$Proxy.setPolicy(BucketPolicy value) The resource policy associated with this bucket.default voidIBucket.setPolicy(BucketPolicy value) The resource policy associated with this bucket.