| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
RoleType.fromValue(String value)
Use this in place of valueOf.
|
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionInfo.setRole(RoleType role)
The role of the user.
|
void |
ShareResult.setRole(RoleType role)
The role.
|
void |
SharePrincipal.setRole(RoleType role)
The role of the recipient.
|
PermissionInfo |
PermissionInfo.withRole(RoleType role)
The role of the user.
|
ShareResult |
ShareResult.withRole(RoleType role)
The role.
|
SharePrincipal |
SharePrincipal.withRole(RoleType role)
The role of the recipient.
|
Copyright © 2021. All rights reserved.