Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.AssignOpportunityResponse
-
Packages that use AssignOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of AssignOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return AssignOpportunityResponse Modifier and Type Method Description default AssignOpportunityResponsePartnerCentralSellingClient. assignOpportunity(Consumer<AssignOpportunityRequest.Builder> assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account.default AssignOpportunityResponsePartnerCentralSellingClient. assignOpportunity(AssignOpportunityRequest assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type AssignOpportunityResponse Modifier and Type Method Description default CompletableFuture<AssignOpportunityResponse>PartnerCentralSellingAsyncClient. assignOpportunity(Consumer<AssignOpportunityRequest.Builder> assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account.default CompletableFuture<AssignOpportunityResponse>PartnerCentralSellingAsyncClient. assignOpportunity(AssignOpportunityRequest assignOpportunityRequest)Enables you to reassign an existingOpportunityto another user within your Partner Central account.
-