| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.clone() |
Filters |
SearchResourcesRequest.getFilters()
Filters results based on entity metadata.
|
Filters |
Filters.withAncestorIds(Collection<String> ancestorIds)
Filter based on resource’s path.
|
Filters |
Filters.withAncestorIds(String... ancestorIds)
Filter based on resource’s path.
|
Filters |
Filters.withContentCategories(Collection<String> contentCategories)
Filters by content category.
|
Filters |
Filters.withContentCategories(ContentCategoryType... contentCategories)
Filters by content category.
|
Filters |
Filters.withContentCategories(String... contentCategories)
Filters by content category.
|
Filters |
Filters.withCreatedRange(DateRangeType createdRange)
Filter based on resource’s creation timestamp.
|
Filters |
Filters.withLabels(Collection<String> labels)
Filter by labels using exact match.
|
Filters |
Filters.withLabels(String... labels)
Filter by labels using exact match.
|
Filters |
Filters.withModifiedRange(DateRangeType modifiedRange)
Filter based on resource’s modified timestamp.
|
Filters |
Filters.withPrincipals(Collection<SearchPrincipalType> principals)
Filter based on UserIds or GroupIds.
|
Filters |
Filters.withPrincipals(SearchPrincipalType... principals)
Filter based on UserIds or GroupIds.
|
Filters |
Filters.withResourceTypes(Collection<String> resourceTypes)
Filters based on entity type.
|
Filters |
Filters.withResourceTypes(SearchResourceType... resourceTypes)
Filters based on entity type.
|
Filters |
Filters.withResourceTypes(String... resourceTypes)
Filters based on entity type.
|
Filters |
Filters.withSearchCollectionTypes(Collection<String> searchCollectionTypes)
Filter based on file groupings.
|
Filters |
Filters.withSearchCollectionTypes(SearchCollectionType... searchCollectionTypes)
Filter based on file groupings.
|
Filters |
Filters.withSearchCollectionTypes(String... searchCollectionTypes)
Filter based on file groupings.
|
Filters |
Filters.withSizeRange(LongRangeType sizeRange)
Filter based on size (in bytes).
|
Filters |
Filters.withTextLocales(Collection<String> textLocales)
Filters by the locale of the content or comment.
|
Filters |
Filters.withTextLocales(LanguageCodeType... textLocales)
Filters by the locale of the content or comment.
|
Filters |
Filters.withTextLocales(String... textLocales)
Filters by the locale of the content or comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResourcesRequest.setFilters(Filters filters)
Filters results based on entity metadata.
|
SearchResourcesRequest |
SearchResourcesRequest.withFilters(Filters filters)
Filters results based on entity metadata.
|
Copyright © 2025. All rights reserved.