| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
static PrincipalType |
PrincipalType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
RemoveResourcePermissionRequest.setPrincipalType(PrincipalType principalType)
The principal type of the resource.
|
void |
Principal.setType(PrincipalType type)
The type of resource.
|
void |
SharePrincipal.setType(PrincipalType type)
The type of the recipient.
|
RemoveResourcePermissionRequest |
RemoveResourcePermissionRequest.withPrincipalType(PrincipalType principalType)
The principal type of the resource.
|
Principal |
Principal.withType(PrincipalType type)
The type of resource.
|
SharePrincipal |
SharePrincipal.withType(PrincipalType type)
The type of the recipient.
|
Copyright © 2022. All rights reserved.