Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.S3AccessPointConfiguration
-
Packages that use S3AccessPointConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of S3AccessPointConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type S3AccessPointConfiguration Modifier and Type Method Description Map<String,S3AccessPointConfiguration>S3BucketConfiguration. accessPoints()The configuration of Amazon S3 access points or multi-region access points for the bucket.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type S3AccessPointConfiguration Modifier and Type Method Description S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. accessPoints(Map<String,S3AccessPointConfiguration> accessPoints)The configuration of Amazon S3 access points or multi-region access points for the bucket.
-