| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsS3AccountPublicAccessBlockDetails |
AwsS3AccountPublicAccessBlockDetails.clone() |
AwsS3AccountPublicAccessBlockDetails |
ResourceDetails.getAwsS3AccountPublicAccessBlock()
Details about the Amazon S3 Public Access Block configuration for an account.
|
AwsS3AccountPublicAccessBlockDetails |
AwsS3BucketDetails.getPublicAccessBlockConfiguration()
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
AwsS3AccountPublicAccessBlockDetails |
AwsS3AccountPublicAccessBlockDetails.withBlockPublicAcls(Boolean blockPublicAcls)
Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
|
AwsS3AccountPublicAccessBlockDetails |
AwsS3AccountPublicAccessBlockDetails.withBlockPublicPolicy(Boolean blockPublicPolicy)
Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy
allows public access.
|
AwsS3AccountPublicAccessBlockDetails |
AwsS3AccountPublicAccessBlockDetails.withIgnorePublicAcls(Boolean ignorePublicAcls)
Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
|
AwsS3AccountPublicAccessBlockDetails |
AwsS3AccountPublicAccessBlockDetails.withRestrictPublicBuckets(Boolean restrictPublicBuckets)
Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only AWS service
principals and authorized users within the S3 bucket owner's account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsS3AccountPublicAccessBlock(AwsS3AccountPublicAccessBlockDetails awsS3AccountPublicAccessBlock)
Details about the Amazon S3 Public Access Block configuration for an account.
|
void |
AwsS3BucketDetails.setPublicAccessBlockConfiguration(AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration)
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
ResourceDetails |
ResourceDetails.withAwsS3AccountPublicAccessBlock(AwsS3AccountPublicAccessBlockDetails awsS3AccountPublicAccessBlock)
Details about the Amazon S3 Public Access Block configuration for an account.
|
AwsS3BucketDetails |
AwsS3BucketDetails.withPublicAccessBlockConfiguration(AwsS3AccountPublicAccessBlockDetails publicAccessBlockConfiguration)
Provides information about the Amazon S3 Public Access Block configuration for the S3 bucket.
|
Copyright © 2021. All rights reserved.