| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalRoleType |
PrincipalRoleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PrincipalRoleType |
PrincipalRoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalRoleType[] |
PrincipalRoleType.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<PrincipalRoleType> |
PrincipalRoleType.knownValues()
|
List<PrincipalRoleType> |
SearchPrincipalType.roles()
The Role of a User or Group.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPrincipalType.Builder |
SearchPrincipalType.Builder.roles(PrincipalRoleType... roles)
The Role of a User or Group.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPrincipalType.Builder |
SearchPrincipalType.Builder.roles(Collection<PrincipalRoleType> roles)
The Role of a User or Group.
|
Copyright © 2023. All rights reserved.