| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
Grantee |
Grantee.clone() |
Grantee |
GetAccessGrantResult.getGrantee()
The user, group, or role to which you are granting access.
|
Grantee |
CreateAccessGrantResult.getGrantee()
The user, group, or role to which you are granting access.
|
Grantee |
CreateAccessGrantRequest.getGrantee()
The user, group, or role to which you are granting access.
|
Grantee |
ListAccessGrantEntry.getGrantee()
The user, group, or role to which you are granting access.
|
Grantee |
Grantee.withGranteeIdentifier(String granteeIdentifier)
The unique identifier of the
Grantee. |
Grantee |
Grantee.withGranteeType(GranteeType granteeType)
The type of the grantee to which access has been granted.
|
Grantee |
Grantee.withGranteeType(String granteeType)
The type of the grantee to which access has been granted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccessGrantResult.setGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
void |
CreateAccessGrantResult.setGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
void |
CreateAccessGrantRequest.setGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
void |
ListAccessGrantEntry.setGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
GetAccessGrantResult |
GetAccessGrantResult.withGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
CreateAccessGrantResult |
CreateAccessGrantResult.withGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
CreateAccessGrantRequest |
CreateAccessGrantRequest.withGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
ListAccessGrantEntry |
ListAccessGrantEntry.withGrantee(Grantee grantee)
The user, group, or role to which you are granting access.
|
Copyright © 2024. All rights reserved.