| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
RoleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RoleType |
SharePrincipal.role()
The role of the recipient.
|
RoleType |
PermissionInfo.role()
The role of the user.
|
RoleType |
ShareResult.role()
The role.
|
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 |
|---|---|
static Set<RoleType> |
RoleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SharePrincipal.Builder |
SharePrincipal.Builder.role(RoleType role)
The role of the recipient.
|
PermissionInfo.Builder |
PermissionInfo.Builder.role(RoleType role)
The role of the user.
|
ShareResult.Builder |
ShareResult.Builder.role(RoleType role)
The role.
|
Copyright © 2023. All rights reserved.