Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.EngagementContextPayload
-
Packages that use EngagementContextPayload Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of EngagementContextPayload in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return EngagementContextPayload Modifier and Type Method Description static EngagementContextPayloadEngagementContextPayload. fromCustomerProject(Consumer<CustomerProjectsContext.Builder> customerProject)Create an instance of this class withcustomerProject()initialized to the given value.static EngagementContextPayloadEngagementContextPayload. fromCustomerProject(CustomerProjectsContext customerProject)Create an instance of this class withcustomerProject()initialized to the given value.EngagementContextPayloadEngagementContextDetails. payload()Contains the specific details of the Engagement context.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type EngagementContextPayload Modifier and Type Method Description EngagementContextDetails.BuilderEngagementContextDetails.Builder. payload(EngagementContextPayload payload)Contains the specific details of the Engagement context.
-