| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BucketPolicy |
BucketPolicy.Builder.build() |
static BucketPolicy |
BucketPolicy.fromCfnBucketPolicy(CfnBucketPolicy cfnBucketPolicy)
Create a mutable
BucketPolicy from a CfnBucketPolicy. |
BucketPolicy |
Bucket.getPolicy()
The resource policy associated with this bucket.
|
abstract BucketPolicy |
BucketBase.getPolicy()
The resource policy associated with this bucket.
|
default BucketPolicy |
IBucket.getPolicy()
The resource policy associated with this bucket.
|
BucketPolicy |
IBucket.Jsii$Proxy.getPolicy()
The resource policy associated with this bucket.
|
default BucketPolicy |
IBucket.Jsii$Default.getPolicy()
The resource policy associated with this bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bucket.setPolicy(BucketPolicy value)
The resource policy associated with this bucket.
|
abstract void |
BucketBase.setPolicy(BucketPolicy value)
The resource policy associated with this bucket.
|
default void |
IBucket.setPolicy(BucketPolicy value)
The resource policy associated with this bucket.
|
void |
IBucket.Jsii$Proxy.setPolicy(BucketPolicy value)
The resource policy associated with this bucket.
|
default void |
IBucket.Jsii$Default.setPolicy(BucketPolicy value)
The resource policy associated with this bucket.
|
Copyright © 2022. All rights reserved.