Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.S3ExpressDirectoryBucketConfiguration
-
Packages that use S3ExpressDirectoryBucketConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of S3ExpressDirectoryBucketConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return S3ExpressDirectoryBucketConfiguration Modifier and Type Method Description S3ExpressDirectoryBucketConfigurationConfiguration. s3ExpressDirectoryBucket()The access control configuration is for an Amazon S3 directory bucket.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type S3ExpressDirectoryBucketConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromS3ExpressDirectoryBucket(S3ExpressDirectoryBucketConfiguration s3ExpressDirectoryBucket)Create an instance of this class withConfiguration.s3ExpressDirectoryBucket()initialized to the given value.Configuration.BuilderConfiguration.Builder. s3ExpressDirectoryBucket(S3ExpressDirectoryBucketConfiguration s3ExpressDirectoryBucket)The access control configuration is for an Amazon S3 directory bucket.
-