Uses of Class
software.amazon.awssdk.services.datazone.model.SearchSort
-
Packages that use SearchSort Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SearchSort in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchSort Modifier and Type Method Description SearchSortSearchListingsRequest. sort()Specifies the way for sorting the search results.SearchSortSearchRequest. sort()Specifies the way in which the search results are to be sorted.SearchSortSearchTypesRequest. sort()The specifies the way to sort theSearchTypesresults.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SearchSort Modifier and Type Method Description SearchListingsRequest.BuilderSearchListingsRequest.Builder. sort(SearchSort sort)Specifies the way for sorting the search results.SearchRequest.BuilderSearchRequest.Builder. sort(SearchSort sort)Specifies the way in which the search results are to be sorted.SearchTypesRequest.BuilderSearchTypesRequest.Builder. sort(SearchSort sort)The specifies the way to sort theSearchTypesresults.
-