| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketPolicy.Builder |
BucketPolicy.Builder.allowsPublicReadAccess(Boolean allowsPublicReadAccess)
Specifies whether the bucket policy allows the general public to have read access to the bucket.
|
BucketPolicy.Builder |
BucketPolicy.Builder.allowsPublicWriteAccess(Boolean allowsPublicWriteAccess)
Specifies whether the bucket policy allows the general public to have write access to the bucket.
|
static BucketPolicy.Builder |
BucketPolicy.builder() |
BucketPolicy.Builder |
BucketPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketPolicy.Builder> |
BucketPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BucketLevelPermissions.Builder |
BucketLevelPermissions.Builder.bucketPolicy(Consumer<BucketPolicy.Builder> bucketPolicy)
The permissions settings of the bucket policy for the bucket.
|
Copyright © 2023. All rights reserved.