| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
AclGrantee |
AclGrantee.clone() |
AclGrantee |
S3BucketAclGrantConfiguration.getGrantee()
The grantee to whom you’re assigning access rights.
|
AclGrantee |
AclGrantee.withId(String id)
The value specified is the canonical user ID of an Amazon Web Services account.
|
AclGrantee |
AclGrantee.withUri(String uri)
Used for granting permissions to a predefined group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3BucketAclGrantConfiguration.setGrantee(AclGrantee grantee)
The grantee to whom you’re assigning access rights.
|
S3BucketAclGrantConfiguration |
S3BucketAclGrantConfiguration.withGrantee(AclGrantee grantee)
The grantee to whom you’re assigning access rights.
|
Copyright © 2023. All rights reserved.