Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.Contact
-
Packages that use Contact Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Contact in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Contact Modifier and Type Method Description List<Contact>AwsOpportunityCustomer. contacts()Provides a list of customer contacts involved in the opportunity.List<Contact>Customer. contacts()Represents the contact details for individuals associated with the customer of theOpportunity.List<Contact>CreateOpportunityRequest. opportunityTeam()Represents the internal team handling the opportunity.List<Contact>GetOpportunityResponse. opportunityTeam()Represents the internal team handling the opportunity.List<Contact>OpportunitySummaryView. opportunityTeam()Represents the internal team handling the opportunity.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type Contact Modifier and Type Method Description AwsOpportunityCustomer.BuilderAwsOpportunityCustomer.Builder. contacts(Contact... contacts)Provides a list of customer contacts involved in the opportunity.Customer.BuilderCustomer.Builder. contacts(Contact... contacts)Represents the contact details for individuals associated with the customer of theOpportunity.CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. opportunityTeam(Contact... opportunityTeam)Represents the internal team handling the opportunity.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. opportunityTeam(Contact... opportunityTeam)Represents the internal team handling the opportunity.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. opportunityTeam(Contact... opportunityTeam)Represents the internal team handling the opportunity.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Contact Modifier and Type Method Description AwsOpportunityCustomer.BuilderAwsOpportunityCustomer.Builder. contacts(Collection<Contact> contacts)Provides a list of customer contacts involved in the opportunity.Customer.BuilderCustomer.Builder. contacts(Collection<Contact> contacts)Represents the contact details for individuals associated with the customer of theOpportunity.CreateOpportunityRequest.BuilderCreateOpportunityRequest.Builder. opportunityTeam(Collection<Contact> opportunityTeam)Represents the internal team handling the opportunity.GetOpportunityResponse.BuilderGetOpportunityResponse.Builder. opportunityTeam(Collection<Contact> opportunityTeam)Represents the internal team handling the opportunity.OpportunitySummaryView.BuilderOpportunitySummaryView.Builder. opportunityTeam(Collection<Contact> opportunityTeam)Represents the internal team handling the opportunity.
-