Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.SortObject.Builder
-
Packages that use SortObject.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SortObject.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return SortObject.Builder Modifier and Type Method Description static SortObject.BuilderSortObject. builder()SortObject.BuilderSortObject.Builder. sortBy(String sortBy)Specifies the field by which to sort the resource snapshot jobs.SortObject.BuilderSortObject.Builder. sortBy(SortBy sortBy)Specifies the field by which to sort the resource snapshot jobs.SortObject.BuilderSortObject.Builder. sortOrder(String sortOrder)Determines the order in which the sorted results are presented.SortObject.BuilderSortObject.Builder. sortOrder(SortOrder sortOrder)Determines the order in which the sorted results are presented.SortObject.BuilderSortObject. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SortObject.Builder Modifier and Type Method Description static Class<? extends SortObject.Builder>SortObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SortObject.Builder Modifier and Type Method Description default ListResourceSnapshotJobsRequest.BuilderListResourceSnapshotJobsRequest.Builder. sort(Consumer<SortObject.Builder> sort)Configures the sorting of the response.
-