Uses of Interface
software.amazon.awssdk.services.datazone.model.SearchSort.Builder
-
Packages that use SearchSort.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SearchSort.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SearchSort.Builder Modifier and Type Method Description SearchSort.BuilderSearchSort.Builder. attribute(String attribute)The attribute detail of the way to sort search results.static SearchSort.BuilderSearchSort. builder()SearchSort.BuilderSearchSort.Builder. order(String order)The order detail of the wya to sort search results.SearchSort.BuilderSearchSort.Builder. order(SortOrder order)The order detail of the wya to sort search results.SearchSort.BuilderSearchSort. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type SearchSort.Builder Modifier and Type Method Description static Class<? extends SearchSort.Builder>SearchSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type SearchSort.Builder Modifier and Type Method Description default SearchListingsRequest.BuilderSearchListingsRequest.Builder. sort(Consumer<SearchSort.Builder> sort)Specifies the way for sorting the search results.default SearchRequest.BuilderSearchRequest.Builder. sort(Consumer<SearchSort.Builder> sort)Specifies the way in which the search results are to be sorted.default SearchTypesRequest.BuilderSearchTypesRequest.Builder. sort(Consumer<SearchSort.Builder> sort)The specifies the way to sort theSearchTypesresults.
-