Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Payload
-
Packages that use Payload Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Payload in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Payload Modifier and Type Method Description static PayloadPayload. fromOpportunityInvitation(Consumer<OpportunityInvitationPayload.Builder> opportunityInvitation)Create an instance of this class withopportunityInvitation()initialized to the given value.static PayloadPayload. fromOpportunityInvitation(OpportunityInvitationPayload opportunityInvitation)Create an instance of this class withopportunityInvitation()initialized to the given value.PayloadGetEngagementInvitationResponse. payload()Details of the engagement invitation payload, including specific data relevant to the invitation's contents, such as customer information and opportunity insights.PayloadInvitation. payload()Returns the value of the Payload property for this object.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Payload Modifier and Type Method Description GetEngagementInvitationResponse.BuilderGetEngagementInvitationResponse.Builder. payload(Payload payload)Details of the engagement invitation payload, including specific data relevant to the invitation's contents, such as customer information and opportunity insights.Invitation.BuilderInvitation.Builder. payload(Payload payload)Sets the value of the Payload property for this object.
-