| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPrincipalType |
SearchPrincipalType.clone() |
SearchPrincipalType |
SearchPrincipalType.withId(String id)
UserIds or GroupIds.
|
SearchPrincipalType |
SearchPrincipalType.withRoles(Collection<String> roles)
The Role of a User or Group.
|
SearchPrincipalType |
SearchPrincipalType.withRoles(PrincipalRoleType... roles)
The Role of a User or Group.
|
SearchPrincipalType |
SearchPrincipalType.withRoles(String... roles)
The Role of a User or Group.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchPrincipalType> |
Filters.getPrincipals()
Filter based on UserIds or GroupIds.
|
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.withPrincipals(SearchPrincipalType... principals)
Filter based on UserIds or GroupIds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Filters.setPrincipals(Collection<SearchPrincipalType> principals)
Filter based on UserIds or GroupIds.
|
Filters |
Filters.withPrincipals(Collection<SearchPrincipalType> principals)
Filter based on UserIds or GroupIds.
|
Copyright © 2023. All rights reserved.