Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SenderContact
-
Packages that use SenderContact Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of SenderContact in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type SenderContact Modifier and Type Method Description List<SenderContact>OpportunityInvitationPayload. senderContacts()Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type SenderContact Modifier and Type Method Description OpportunityInvitationPayload.BuilderOpportunityInvitationPayload.Builder. senderContacts(SenderContact... senderContacts)Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type SenderContact Modifier and Type Method Description OpportunityInvitationPayload.BuilderOpportunityInvitationPayload.Builder. senderContacts(Collection<SenderContact> senderContacts)Represents the contact details of the AWS representatives involved in sending the Engagement Invitation.
-