| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketPublicAccess |
S3Bucket.publicAccess()
The permissions settings that determine whether the bucket is publicly accessible.
|
BucketPublicAccess |
BucketMetadata.publicAccess()
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to
the bucket, and provides information about those settings.
|
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
S3Bucket.Builder.publicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
BucketMetadata.Builder |
BucketMetadata.Builder.publicAccess(BucketPublicAccess publicAccess)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply
to the bucket, and provides information about those settings.
|
Copyright © 2021. All rights reserved.