Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.S3BucketAclGrantConfiguration
-
Packages that use S3BucketAclGrantConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of S3BucketAclGrantConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type S3BucketAclGrantConfiguration Modifier and Type Method Description List<S3BucketAclGrantConfiguration>S3BucketConfiguration. bucketAclGrants()The proposed list of ACL grants for the Amazon S3 bucket.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type S3BucketAclGrantConfiguration Modifier and Type Method Description S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. bucketAclGrants(S3BucketAclGrantConfiguration... bucketAclGrants)The proposed list of ACL grants for the Amazon S3 bucket.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type S3BucketAclGrantConfiguration Modifier and Type Method Description S3BucketConfiguration.BuilderS3BucketConfiguration.Builder. bucketAclGrants(Collection<S3BucketAclGrantConfiguration> bucketAclGrants)The proposed list of ACL grants for the Amazon S3 bucket.
-