Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.CreateOpportunityResponse
-
Packages that use CreateOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of CreateOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return CreateOpportunityResponse Modifier and Type Method Description default CreateOpportunityResponsePartnerCentralSellingClient. createOpportunity(Consumer<CreateOpportunityRequest.Builder> createOpportunityRequest)Creates anOpportunityrecord in Partner Central.default CreateOpportunityResponsePartnerCentralSellingClient. createOpportunity(CreateOpportunityRequest createOpportunityRequest)Creates anOpportunityrecord in Partner Central.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type CreateOpportunityResponse Modifier and Type Method Description default CompletableFuture<CreateOpportunityResponse>PartnerCentralSellingAsyncClient. createOpportunity(Consumer<CreateOpportunityRequest.Builder> createOpportunityRequest)Creates anOpportunityrecord in Partner Central.default CompletableFuture<CreateOpportunityResponse>PartnerCentralSellingAsyncClient. createOpportunity(CreateOpportunityRequest createOpportunityRequest)Creates anOpportunityrecord in Partner Central.
-