Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.OpportunityInvitationPayload
-
Packages that use OpportunityInvitationPayload Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of OpportunityInvitationPayload in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return OpportunityInvitationPayload Modifier and Type Method Description OpportunityInvitationPayloadPayload. opportunityInvitation()Specifies the details of the opportunity invitation within the Engagement Invitation payload.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type OpportunityInvitationPayload Modifier and Type Method Description static PayloadPayload. fromOpportunityInvitation(OpportunityInvitationPayload opportunityInvitation)Create an instance of this class withPayload.opportunityInvitation()initialized to the given value.Payload.BuilderPayload.Builder. opportunityInvitation(OpportunityInvitationPayload opportunityInvitation)Specifies the details of the opportunity invitation within the Engagement Invitation payload.
-