Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Customer
-
Packages that use Customer Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Customer in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Customer Modifier and Type Method Description CustomerCreateOpportunityRequest. customer()Specifies customer details associated with theOpportunity.CustomerGetOpportunityResponse. customer()Specifies details of the customer associated with theOpportunity.CustomerOpportunitySummaryView. customer()Returns the value of the Customer property for this object.CustomerUpdateOpportunityRequest. customer()Specifies details of the customer associated with theOpportunity.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Customer Modifier and Type Method Description CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. customer(Customer customer)Specifies customer details associated with theOpportunity.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. customer(Customer customer)Specifies details of the customer associated with theOpportunity.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. customer(Customer customer)Sets the value of the Customer property for this object.UpdateOpportunityRequest.BuilderUpdateOpportunityRequest.Builder. customer(Customer customer)Specifies details of the customer associated with theOpportunity.
-