Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.GetOpportunityResponse
-
Packages that use GetOpportunityResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of GetOpportunityResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return GetOpportunityResponse Modifier and Type Method Description default GetOpportunityResponsePartnerCentralSellingClient. getOpportunity(Consumer<GetOpportunityRequest.Builder> getOpportunityRequest)Fetches theOpportunityrecord from Partner Central by a givenIdentifier.default GetOpportunityResponsePartnerCentralSellingClient. getOpportunity(GetOpportunityRequest getOpportunityRequest)Fetches theOpportunityrecord from Partner Central by a givenIdentifier.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type GetOpportunityResponse Modifier and Type Method Description default CompletableFuture<GetOpportunityResponse>PartnerCentralSellingAsyncClient. getOpportunity(Consumer<GetOpportunityRequest.Builder> getOpportunityRequest)Fetches theOpportunityrecord from Partner Central by a givenIdentifier.default CompletableFuture<GetOpportunityResponse>PartnerCentralSellingAsyncClient. getOpportunity(GetOpportunityRequest getOpportunityRequest)Fetches theOpportunityrecord from Partner Central by a givenIdentifier.
-