| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BlockPublicAccess |
BlockPublicAccess.clone() |
BlockPublicAccess |
AccountLevelPermissions.getBlockPublicAccess()
The block public access settings for the AWS account that owns the bucket.
|
BlockPublicAccess |
BucketLevelPermissions.getBlockPublicAccess()
The block public access settings for the bucket.
|
BlockPublicAccess |
BlockPublicAccess.withBlockPublicAcls(Boolean blockPublicAcls)
Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.
|
BlockPublicAccess |
BlockPublicAccess.withBlockPublicPolicy(Boolean blockPublicPolicy)
Specifies whether Amazon S3 blocks public bucket policies for the bucket.
|
BlockPublicAccess |
BlockPublicAccess.withIgnorePublicAcls(Boolean ignorePublicAcls)
Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
|
BlockPublicAccess |
BlockPublicAccess.withRestrictPublicBuckets(Boolean restrictPublicBuckets)
Specifies whether Amazon S3 restricts public bucket policies for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountLevelPermissions.setBlockPublicAccess(BlockPublicAccess blockPublicAccess)
The block public access settings for the AWS account that owns the bucket.
|
void |
BucketLevelPermissions.setBlockPublicAccess(BlockPublicAccess blockPublicAccess)
The block public access settings for the bucket.
|
AccountLevelPermissions |
AccountLevelPermissions.withBlockPublicAccess(BlockPublicAccess blockPublicAccess)
The block public access settings for the AWS account that owns the bucket.
|
BucketLevelPermissions |
BucketLevelPermissions.withBlockPublicAccess(BlockPublicAccess blockPublicAccess)
The block public access settings for the bucket.
|
Copyright © 2021. All rights reserved.