Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.SubmitOpportunityResponse
-
Packages that use SubmitOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of SubmitOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return SubmitOpportunityResponse Modifier and Type Method Description default SubmitOpportunityResponsePartnerCentralSellingClient. submitOpportunity(Consumer<SubmitOpportunityRequest.Builder> submitOpportunityRequest)Use this action to submit an Opportunity that was previously created by partner for AWS review.default SubmitOpportunityResponsePartnerCentralSellingClient. submitOpportunity(SubmitOpportunityRequest submitOpportunityRequest)Use this action to submit an Opportunity that was previously created by partner for AWS review.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type SubmitOpportunityResponse Modifier and Type Method Description default CompletableFuture<SubmitOpportunityResponse>PartnerCentralSellingAsyncClient. submitOpportunity(Consumer<SubmitOpportunityRequest.Builder> submitOpportunityRequest)Use this action to submit an Opportunity that was previously created by partner for AWS review.default CompletableFuture<SubmitOpportunityResponse>PartnerCentralSellingAsyncClient. submitOpportunity(SubmitOpportunityRequest submitOpportunityRequest)Use this action to submit an Opportunity that was previously created by partner for AWS review.
-