| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketPublicAccess |
BucketPublicAccess.clone() |
BucketPublicAccess |
BucketMetadata.getPublicAccess()
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.
|
BucketPublicAccess |
S3Bucket.getPublicAccess()
The permissions settings that determine whether the bucket is publicly accessible.
|
BucketPublicAccess |
BucketPublicAccess.withEffectivePermission(EffectivePermission effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to
the bucket.
|
BucketPublicAccess |
BucketPublicAccess.withEffectivePermission(String effectivePermission)
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to
the bucket.
|
BucketPublicAccess |
BucketPublicAccess.withPermissionConfiguration(BucketPermissionConfiguration permissionConfiguration)
The account-level and bucket-level permissions settings for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketMetadata.setPublicAccess(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.
|
void |
S3Bucket.setPublicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
BucketMetadata |
BucketMetadata.withPublicAccess(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.
|
S3Bucket |
S3Bucket.withPublicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
Copyright © 2022. All rights reserved.