| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
S3AccessPointConfiguration |
S3AccessPointConfiguration.clone() |
S3AccessPointConfiguration |
S3AccessPointConfiguration.withAccessPointPolicy(String accessPointPolicy)
The access point policy.
|
S3AccessPointConfiguration |
S3AccessPointConfiguration.withNetworkOrigin(NetworkOriginConfiguration networkOrigin)
The proposed
Internet and VpcConfiguration to apply to this Amazon S3 access point. |
S3AccessPointConfiguration |
S3AccessPointConfiguration.withPublicAccessBlock(S3PublicAccessBlockConfiguration publicAccessBlock)
The proposed
S3PublicAccessBlock configuration to apply to this Amazon S3 Access Point. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,S3AccessPointConfiguration> |
S3BucketConfiguration.getAccessPoints()
The configuration of Amazon S3 access points for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration |
S3BucketConfiguration.addAccessPointsEntry(String key,
S3AccessPointConfiguration value)
Add a single AccessPoints entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketConfiguration.setAccessPoints(Map<String,S3AccessPointConfiguration> accessPoints)
The configuration of Amazon S3 access points for the bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withAccessPoints(Map<String,S3AccessPointConfiguration> accessPoints)
The configuration of Amazon S3 access points for the bucket.
|
Copyright © 2021. All rights reserved.