| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withId(String id)
The ID of the resource.
|
Principal |
Principal.withRoles(Collection<PermissionInfo> roles)
The permission information for the resource.
|
Principal |
Principal.withRoles(PermissionInfo... roles)
The permission information for the resource.
|
Principal |
Principal.withType(PrincipalType type)
The type of resource.
|
Principal |
Principal.withType(String type)
The type of resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
DescribeResourcePermissionsResult.getPrincipals()
The principals.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePermissionsResult |
DescribeResourcePermissionsResult.withPrincipals(Principal... principals)
The principals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeResourcePermissionsResult.setPrincipals(Collection<Principal> principals)
The principals.
|
DescribeResourcePermissionsResult |
DescribeResourcePermissionsResult.withPrincipals(Collection<Principal> principals)
The principals.
|
Copyright © 2019. All rights reserved.