Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.UpdateOpportunityResponse
-
Packages that use UpdateOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of UpdateOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return UpdateOpportunityResponse Modifier and Type Method Description default UpdateOpportunityResponsePartnerCentralSellingClient. updateOpportunity(Consumer<UpdateOpportunityRequest.Builder> updateOpportunityRequest)Updates theOpportunityrecord identified by a givenIdentifier.default UpdateOpportunityResponsePartnerCentralSellingClient. updateOpportunity(UpdateOpportunityRequest updateOpportunityRequest)Updates theOpportunityrecord identified by a givenIdentifier.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type UpdateOpportunityResponse Modifier and Type Method Description default CompletableFuture<UpdateOpportunityResponse>PartnerCentralSellingAsyncClient. updateOpportunity(Consumer<UpdateOpportunityRequest.Builder> updateOpportunityRequest)Updates theOpportunityrecord identified by a givenIdentifier.default CompletableFuture<UpdateOpportunityResponse>PartnerCentralSellingAsyncClient. updateOpportunity(UpdateOpportunityRequest updateOpportunityRequest)Updates theOpportunityrecord identified by a givenIdentifier.
-