Uses of Class
software.amazon.awssdk.services.workdocs.model.SearchSortResult
-
Packages that use SearchSortResult Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of SearchSortResult in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type SearchSortResult Modifier and Type Method Description List<SearchSortResult>SearchResourcesRequest. orderBy()Order by results in one or more categories.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type SearchSortResult Modifier and Type Method Description SearchResourcesRequest.BuilderSearchResourcesRequest.Builder. orderBy(SearchSortResult... orderBy)Order by results in one or more categories.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type SearchSortResult Modifier and Type Method Description SearchResourcesRequest.BuilderSearchResourcesRequest.Builder. orderBy(Collection<SearchSortResult> orderBy)Order by results in one or more categories.
-