Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.AssociateOpportunityResponse
-
Packages that use AssociateOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of AssociateOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return AssociateOpportunityResponse Modifier and Type Method Description default AssociateOpportunityResponsePartnerCentralSellingClient. associateOpportunity(Consumer<AssociateOpportunityRequest.Builder> associateOpportunityRequest)Enables you to create a formal association between anOpportunityand various related entities, enriching the context and details of the opportunity for better collaboration and decision making.default AssociateOpportunityResponsePartnerCentralSellingClient. associateOpportunity(AssociateOpportunityRequest associateOpportunityRequest)Enables you to create a formal association between anOpportunityand various related entities, enriching the context and details of the opportunity for better collaboration and decision making.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type AssociateOpportunityResponse Modifier and Type Method Description default CompletableFuture<AssociateOpportunityResponse>PartnerCentralSellingAsyncClient. associateOpportunity(Consumer<AssociateOpportunityRequest.Builder> associateOpportunityRequest)Enables you to create a formal association between anOpportunityand various related entities, enriching the context and details of the opportunity for better collaboration and decision making.default CompletableFuture<AssociateOpportunityResponse>PartnerCentralSellingAsyncClient. associateOpportunity(AssociateOpportunityRequest associateOpportunityRequest)Enables you to create a formal association between anOpportunityand various related entities, enriching the context and details of the opportunity for better collaboration and decision making.
-