| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration |
S3BucketConfiguration.addAccessPointsEntry(String key,
S3AccessPointConfiguration value)
Add a single AccessPoints entry
|
S3BucketConfiguration |
S3BucketConfiguration.clearAccessPointsEntries()
Removes all the entries added into AccessPoints.
|
S3BucketConfiguration |
S3BucketConfiguration.clone() |
S3BucketConfiguration |
Configuration.getS3Bucket()
The access control configuration is for an Amazon S3 Bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withAccessPoints(Map<String,S3AccessPointConfiguration> accessPoints)
The configuration of Amazon S3 access points or multi-region access points for the bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withBucketAclGrants(Collection<S3BucketAclGrantConfiguration> bucketAclGrants)
The proposed list of ACL grants for the Amazon S3 bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withBucketAclGrants(S3BucketAclGrantConfiguration... bucketAclGrants)
The proposed list of ACL grants for the Amazon S3 bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withBucketPolicy(String bucketPolicy)
The proposed bucket policy for the Amazon S3 bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withBucketPublicAccessBlock(S3PublicAccessBlockConfiguration bucketPublicAccessBlock)
The proposed block public access configuration for the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setS3Bucket(S3BucketConfiguration s3Bucket)
The access control configuration is for an Amazon S3 Bucket.
|
Configuration |
Configuration.withS3Bucket(S3BucketConfiguration s3Bucket)
The access control configuration is for an Amazon S3 Bucket.
|
Copyright © 2022. All rights reserved.