Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.MarketplaceAgreementBaseClientBuilder
-
Packages that use MarketplaceAgreementBaseClientBuilder 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. -
-
Uses of MarketplaceAgreementBaseClientBuilder in software.amazon.awssdk.services.marketplaceagreement
Classes in software.amazon.awssdk.services.marketplaceagreement with type parameters of type MarketplaceAgreementBaseClientBuilder Modifier and Type Interface Description interfaceMarketplaceAgreementBaseClientBuilder<B extends MarketplaceAgreementBaseClientBuilder<B,C>,C>This includes configuration specific to Agreement Service that is supported by bothMarketplaceAgreementClientBuilderandMarketplaceAgreementAsyncClientBuilder.Subinterfaces of MarketplaceAgreementBaseClientBuilder in software.amazon.awssdk.services.marketplaceagreement Modifier and Type Interface Description interfaceMarketplaceAgreementAsyncClientBuilderA builder for creating an instance ofMarketplaceAgreementAsyncClient.interfaceMarketplaceAgreementClientBuilderA builder for creating an instance ofMarketplaceAgreementClient.
-