Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.EngagementSort.Builder
-
Packages that use EngagementSort.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of EngagementSort.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return EngagementSort.Builder Modifier and Type Method Description static EngagementSort.BuilderEngagementSort. builder()EngagementSort.BuilderEngagementSort.Builder. sortBy(String sortBy)The field by which to sort the results.EngagementSort.BuilderEngagementSort.Builder. sortBy(EngagementSortName sortBy)The field by which to sort the results.EngagementSort.BuilderEngagementSort.Builder. sortOrder(String sortOrder)The order in which to sort the results.EngagementSort.BuilderEngagementSort.Builder. sortOrder(SortOrder sortOrder)The order in which to sort the results.EngagementSort.BuilderEngagementSort. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type EngagementSort.Builder Modifier and Type Method Description static Class<? extends EngagementSort.Builder>EngagementSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type EngagementSort.Builder Modifier and Type Method Description default ListEngagementsRequest.BuilderListEngagementsRequest.Builder. sort(Consumer<EngagementSort.Builder> sort)An object that specifies the sort order of the results.
-