Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.DisassociateOpportunityResponse
-
Packages that use DisassociateOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of DisassociateOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return DisassociateOpportunityResponse Modifier and Type Method Description default DisassociateOpportunityResponsePartnerCentralSellingClient. disassociateOpportunity(Consumer<DisassociateOpportunityRequest.Builder> disassociateOpportunityRequest)Allows you to remove an existing association between anOpportunityand related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.default DisassociateOpportunityResponsePartnerCentralSellingClient. disassociateOpportunity(DisassociateOpportunityRequest disassociateOpportunityRequest)Allows you to remove an existing association between anOpportunityand related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type DisassociateOpportunityResponse Modifier and Type Method Description default CompletableFuture<DisassociateOpportunityResponse>PartnerCentralSellingAsyncClient. disassociateOpportunity(Consumer<DisassociateOpportunityRequest.Builder> disassociateOpportunityRequest)Allows you to remove an existing association between anOpportunityand related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.default CompletableFuture<DisassociateOpportunityResponse>PartnerCentralSellingAsyncClient. disassociateOpportunity(DisassociateOpportunityRequest disassociateOpportunityRequest)Allows you to remove an existing association between anOpportunityand related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer.
-