Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.StartEngagementFromOpportunityTaskResponse
-
Packages that use StartEngagementFromOpportunityTaskResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of StartEngagementFromOpportunityTaskResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return StartEngagementFromOpportunityTaskResponse Modifier and Type Method Description default StartEngagementFromOpportunityTaskResponsePartnerCentralSellingClient. startEngagementFromOpportunityTask(Consumer<StartEngagementFromOpportunityTaskRequest.Builder> startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system.default StartEngagementFromOpportunityTaskResponsePartnerCentralSellingClient. startEngagementFromOpportunityTask(StartEngagementFromOpportunityTaskRequest startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type StartEngagementFromOpportunityTaskResponse Modifier and Type Method Description default CompletableFuture<StartEngagementFromOpportunityTaskResponse>PartnerCentralSellingAsyncClient. startEngagementFromOpportunityTask(Consumer<StartEngagementFromOpportunityTaskRequest.Builder> startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system.default CompletableFuture<StartEngagementFromOpportunityTaskResponse>PartnerCentralSellingAsyncClient. startEngagementFromOpportunityTask(StartEngagementFromOpportunityTaskRequest startEngagementFromOpportunityTaskRequest)This action initiates the engagement process from an existing opportunity by accepting the engagement invitation and creating a corresponding opportunity in the partner’s system.
-