| Package | Description |
|---|---|
| com.amazonaws.services.workdocs.model |
| Modifier and Type | Method and Description |
|---|---|
SearchSortResult |
SearchSortResult.clone() |
SearchSortResult |
SearchSortResult.withField(OrderByFieldType field)
Sort search results based on this field name.
|
SearchSortResult |
SearchSortResult.withField(String field)
Sort search results based on this field name.
|
SearchSortResult |
SearchSortResult.withOrder(SortOrder order)
Sort direction.
|
SearchSortResult |
SearchSortResult.withOrder(String order)
Sort direction.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchSortResult> |
SearchResourcesRequest.getOrderBy()
Order by results in one or more categories.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResourcesRequest |
SearchResourcesRequest.withOrderBy(SearchSortResult... orderBy)
Order by results in one or more categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchResourcesRequest.setOrderBy(Collection<SearchSortResult> orderBy)
Order by results in one or more categories.
|
SearchResourcesRequest |
SearchResourcesRequest.withOrderBy(Collection<SearchSortResult> orderBy)
Order by results in one or more categories.
|
Copyright © 2025. All rights reserved.