Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.OpportunityEngagementInvitationSort.Builder
-
Packages that use OpportunityEngagementInvitationSort.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunityEngagementInvitationSort.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunityEngagementInvitationSort.Builder Modifier and Type Method Description static OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort. builder()OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort.Builder. sortBy(String sortBy)Specifies the field by which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort.Builder. sortBy(OpportunityEngagementInvitationSortName sortBy)Specifies the field by which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort.Builder. sortOrder(String sortOrder)Defines the order in which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort.Builder. sortOrder(SortOrder sortOrder)Defines the order in which the Engagement Invitations are sorted.OpportunityEngagementInvitationSort.BuilderOpportunityEngagementInvitationSort. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type OpportunityEngagementInvitationSort.Builder Modifier and Type Method Description static Class<? extends OpportunityEngagementInvitationSort.Builder>OpportunityEngagementInvitationSort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type OpportunityEngagementInvitationSort.Builder Modifier and Type Method Description default ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. sort(Consumer<OpportunityEngagementInvitationSort.Builder> sort)Specifies the sorting options for listing engagement invitations.
-