Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AwsOpportunityCustomer.Builder
-
Packages that use AwsOpportunityCustomer.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AwsOpportunityCustomer.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AwsOpportunityCustomer.Builder Modifier and Type Method Description static AwsOpportunityCustomer.BuilderAwsOpportunityCustomer. builder()AwsOpportunityCustomer.BuilderAwsOpportunityCustomer.Builder. contacts(Collection<Contact> contacts)Provides a list of customer contacts involved in the opportunity.AwsOpportunityCustomer.BuilderAwsOpportunityCustomer.Builder. contacts(Consumer<Contact.Builder>... contacts)Provides a list of customer contacts involved in the opportunity.AwsOpportunityCustomer.BuilderAwsOpportunityCustomer.Builder. contacts(Contact... contacts)Provides a list of customer contacts involved in the opportunity.AwsOpportunityCustomer.BuilderAwsOpportunityCustomer. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AwsOpportunityCustomer.Builder Modifier and Type Method Description static Class<? extends AwsOpportunityCustomer.Builder>AwsOpportunityCustomer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AwsOpportunityCustomer.Builder Modifier and Type Method Description default GetAwsOpportunitySummaryResponse.BuilderGetAwsOpportunitySummaryResponse.Builder. customer(Consumer<AwsOpportunityCustomer.Builder> customer)Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data.
-