Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.SolutionSort.Builder
-
Packages that use SolutionSort.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SolutionSort.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SolutionSort.Builder Modifier and Type Method Description static SolutionSort.BuilderSolutionSort. builder()SolutionSort.BuilderSolutionSort.Builder. sortBy(String sortBy)Specifies the attribute to sort by, such asName,CreatedDate, orStatus.SolutionSort.BuilderSolutionSort.Builder. sortBy(SolutionSortName sortBy)Specifies the attribute to sort by, such asName,CreatedDate, orStatus.SolutionSort.BuilderSolutionSort.Builder. sortOrder(String sortOrder)Specifies the sorting order, eitherAscendingorDescending.SolutionSort.BuilderSolutionSort.Builder. sortOrder(SortOrder sortOrder)Specifies the sorting order, eitherAscendingorDescending.SolutionSort.BuilderSolutionSort. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SolutionSort.Builder Modifier and Type Method Description static Class<? extends SolutionSort.Builder>SolutionSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SolutionSort.Builder Modifier and Type Method Description default ListSolutionsRequest.BuilderListSolutionsRequest.Builder. sort(Consumer<SolutionSort.Builder> sort)Object that configures sorting done on the response.
-