Uses of Class
software.amazon.awssdk.services.workdocs.model.SearchPrincipalType
-
Packages that use SearchPrincipalType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of SearchPrincipalType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type SearchPrincipalType Modifier and Type Method Description List<SearchPrincipalType>Filters. principals()Filter based on UserIds or GroupIds.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type SearchPrincipalType Modifier and Type Method Description Filters.BuilderFilters.Builder. principals(SearchPrincipalType... principals)Filter based on UserIds or GroupIds.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type SearchPrincipalType Modifier and Type Method Description Filters.BuilderFilters.Builder. principals(Collection<SearchPrincipalType> principals)Filter based on UserIds or GroupIds.
-