| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
SharePrincipal |
SharePrincipal.clone() |
SharePrincipal |
SharePrincipal.withId(String id)
The ID of the recipient.
|
SharePrincipal |
SharePrincipal.withRole(RoleType role)
The role of the recipient.
|
SharePrincipal |
SharePrincipal.withRole(String role)
The role of the recipient.
|
SharePrincipal |
SharePrincipal.withType(PrincipalType type)
The type of the recipient.
|
SharePrincipal |
SharePrincipal.withType(String type)
The type of the recipient.
|
| Modifier and Type | Method and Description |
|---|---|
List<SharePrincipal> |
AddResourcePermissionsRequest.getPrincipals()
The users, groups, or organization being granted permission.
|
| Modifier and Type | Method and Description |
|---|---|
AddResourcePermissionsRequest |
AddResourcePermissionsRequest.withPrincipals(SharePrincipal... principals)
The users, groups, or organization being granted permission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddResourcePermissionsRequest.setPrincipals(Collection<SharePrincipal> principals)
The users, groups, or organization being granted permission.
|
AddResourcePermissionsRequest |
AddResourcePermissionsRequest.withPrincipals(Collection<SharePrincipal> principals)
The users, groups, or organization being granted permission.
|
Copyright © 2025. All rights reserved.