Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.GetAgreementTermsResponse
-
Packages that use GetAgreementTermsResponse Package Description software.amazon.awssdk.services.marketplaceagreement AWS Marketplace is a curated digital catalog that customers can use to find, buy, deploy, and manage third-party software, data, and services to build solutions and run their businesses.software.amazon.awssdk.services.marketplaceagreement.paginators -
-
Uses of GetAgreementTermsResponse in software.amazon.awssdk.services.marketplaceagreement
Methods in software.amazon.awssdk.services.marketplaceagreement that return GetAgreementTermsResponse Modifier and Type Method Description default GetAgreementTermsResponseMarketplaceAgreementClient. getAgreementTerms(Consumer<GetAgreementTermsRequest.Builder> getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor.default GetAgreementTermsResponseMarketplaceAgreementClient. getAgreementTerms(GetAgreementTermsRequest getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor.Methods in software.amazon.awssdk.services.marketplaceagreement that return types with arguments of type GetAgreementTermsResponse Modifier and Type Method Description default CompletableFuture<GetAgreementTermsResponse>MarketplaceAgreementAsyncClient. getAgreementTerms(Consumer<GetAgreementTermsRequest.Builder> getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor.default CompletableFuture<GetAgreementTermsResponse>MarketplaceAgreementAsyncClient. getAgreementTerms(GetAgreementTermsRequest getAgreementTermsRequest)Obtains details about the terms in an agreement that you participated in as proposer or acceptor. -
Uses of GetAgreementTermsResponse in software.amazon.awssdk.services.marketplaceagreement.paginators
Methods in software.amazon.awssdk.services.marketplaceagreement.paginators that return types with arguments of type GetAgreementTermsResponse Modifier and Type Method Description Iterator<GetAgreementTermsResponse>GetAgreementTermsIterable. iterator()Method parameters in software.amazon.awssdk.services.marketplaceagreement.paginators with type arguments of type GetAgreementTermsResponse Modifier and Type Method Description voidGetAgreementTermsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetAgreementTermsResponse> subscriber)
-