| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
S3AccessPointConfiguration |
S3AccessPointConfiguration.clone() |
S3AccessPointConfiguration |
S3AccessPointConfiguration.withAccessPointPolicy(String accessPointPolicy)
The access point or multi-region 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 or
multi-region access point. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,S3AccessPointConfiguration> |
S3BucketConfiguration.getAccessPoints()
The configuration of Amazon S3 access points or multi-region 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 or multi-region access points for the bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withAccessPoints(Map<String,S3AccessPointConfiguration> accessPoints)
The configuration of Amazon S3 access points or multi-region access points for the bucket.
|
Copyright © 2022. All rights reserved.