Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Receiver
-
Packages that use Receiver Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Receiver in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Receiver Modifier and Type Method Description static ReceiverReceiver. fromAccount(Consumer<AccountReceiver.Builder> account)Create an instance of this class withaccount()initialized to the given value.static ReceiverReceiver. fromAccount(AccountReceiver account)Create an instance of this class withaccount()initialized to the given value.ReceiverEngagementInvitationSummary. receiver()Specifies the partner company or individual that received the Engagement Invitation.ReceiverGetEngagementInvitationResponse. receiver()Information about the partner organization or team that received the engagement invitation, including contact details and identifiers.ReceiverInvitation. receiver()Returns the value of the Receiver property for this object.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Receiver Modifier and Type Method Description EngagementInvitationSummary.BuilderEngagementInvitationSummary.Builder. receiver(Receiver receiver)Specifies the partner company or individual that received the Engagement Invitation.GetEngagementInvitationResponse.BuilderGetEngagementInvitationResponse.Builder. receiver(Receiver receiver)Information about the partner organization or team that received the engagement invitation, including contact details and identifiers.Invitation.BuilderInvitation.Builder. receiver(Receiver receiver)Sets the value of the Receiver property for this object.
-