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