| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
PermissionInfo |
PermissionInfo.clone() |
PermissionInfo |
PermissionInfo.withRole(RoleType role)
The role of the user.
|
PermissionInfo |
PermissionInfo.withRole(String role)
The role of the user.
|
PermissionInfo |
PermissionInfo.withType(RolePermissionType type)
The type of permissions.
|
PermissionInfo |
PermissionInfo.withType(String type)
The type of permissions.
|
| Modifier and Type | Method and Description |
|---|---|
List<PermissionInfo> |
Principal.getRoles()
The permission information for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.withRoles(PermissionInfo... roles)
The permission information for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setRoles(Collection<PermissionInfo> roles)
The permission information for the resource.
|
Principal |
Principal.withRoles(Collection<PermissionInfo> roles)
The permission information for the resource.
|
Copyright © 2020. All rights reserved.