| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketAclGrantConfiguration |
S3BucketAclGrantConfiguration.clone() |
S3BucketAclGrantConfiguration |
S3BucketAclGrantConfiguration.withGrantee(AclGrantee grantee)
The grantee to whom you’re assigning access rights.
|
S3BucketAclGrantConfiguration |
S3BucketAclGrantConfiguration.withPermission(AclPermission permission)
The permissions being granted.
|
S3BucketAclGrantConfiguration |
S3BucketAclGrantConfiguration.withPermission(String permission)
The permissions being granted.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3BucketAclGrantConfiguration> |
S3BucketConfiguration.getBucketAclGrants()
The proposed list of ACL grants for the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration |
S3BucketConfiguration.withBucketAclGrants(S3BucketAclGrantConfiguration... bucketAclGrants)
The proposed list of ACL grants for the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketConfiguration.setBucketAclGrants(Collection<S3BucketAclGrantConfiguration> bucketAclGrants)
The proposed list of ACL grants for the Amazon S3 bucket.
|
S3BucketConfiguration |
S3BucketConfiguration.withBucketAclGrants(Collection<S3BucketAclGrantConfiguration> bucketAclGrants)
The proposed list of ACL grants for the Amazon S3 bucket.
|
Copyright © 2023. All rights reserved.