Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.DisassociateOpportunityRequest.Builder
-
Packages that use DisassociateOpportunityRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of DisassociateOpportunityRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type DisassociateOpportunityRequest.Builder 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 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. -
Uses of DisassociateOpportunityRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return DisassociateOpportunityRequest.Builder Modifier and Type Method Description static DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest. builder()DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. catalog(String catalog)Specifies the catalog associated with the request.DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. opportunityIdentifier(String opportunityIdentifier)The opportunity's unique identifier for when you want to disassociate it from related entities.DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. relatedEntityIdentifier(String relatedEntityIdentifier)The related entity's identifier that you want to disassociate from the opportunity.DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. relatedEntityType(String relatedEntityType)The type of the entity that you're disassociating from the opportunity.DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest.Builder. relatedEntityType(RelatedEntityType relatedEntityType)The type of the entity that you're disassociating from the opportunity.DisassociateOpportunityRequest.BuilderDisassociateOpportunityRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type DisassociateOpportunityRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateOpportunityRequest.Builder>DisassociateOpportunityRequest. serializableBuilderClass()
-