Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.OpportunitySort.Builder
-
Packages that use OpportunitySort.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunitySort.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunitySort.Builder Modifier and Type Method Description static OpportunitySort.BuilderOpportunitySort. builder()OpportunitySort.BuilderOpportunitySort.Builder. sortBy(String sortBy)Field name to sort by.OpportunitySort.BuilderOpportunitySort.Builder. sortBy(OpportunitySortName sortBy)Field name to sort by.OpportunitySort.BuilderOpportunitySort.Builder. sortOrder(String sortOrder)Sort order.OpportunitySort.BuilderOpportunitySort.Builder. sortOrder(SortOrder sortOrder)Sort order.OpportunitySort.BuilderOpportunitySort. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type OpportunitySort.Builder Modifier and Type Method Description static Class<? extends OpportunitySort.Builder>OpportunitySort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type OpportunitySort.Builder Modifier and Type Method Description default ListOpportunitiesRequest.BuilderListOpportunitiesRequest.Builder. sort(Consumer<OpportunitySort.Builder> sort)An object that specifies how the response is sorted.
-