| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalType |
PrincipalType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PrincipalType |
RemoveResourcePermissionRequest.principalType()
The principal type of the resource.
|
PrincipalType |
Principal.type()
The type of resource.
|
PrincipalType |
SharePrincipal.type()
The type of the recipient.
|
static PrincipalType |
PrincipalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrincipalType[] |
PrincipalType.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<PrincipalType> |
PrincipalType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RemoveResourcePermissionRequest.Builder |
RemoveResourcePermissionRequest.Builder.principalType(PrincipalType principalType)
The principal type of the resource.
|
Principal.Builder |
Principal.Builder.type(PrincipalType type)
The type of resource.
|
SharePrincipal.Builder |
SharePrincipal.Builder.type(PrincipalType type)
The type of the recipient.
|
Copyright © 2023. All rights reserved.