Uses of Interface
software.amazon.awssdk.services.marketplacecatalog.MarketplaceCatalogBaseClientBuilder
-
Packages that use MarketplaceCatalogBaseClientBuilder Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of MarketplaceCatalogBaseClientBuilder in software.amazon.awssdk.services.marketplacecatalog
Classes in software.amazon.awssdk.services.marketplacecatalog with type parameters of type MarketplaceCatalogBaseClientBuilder Modifier and Type Interface Description interfaceMarketplaceCatalogBaseClientBuilder<B extends MarketplaceCatalogBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Marketplace Catalog that is supported by bothMarketplaceCatalogClientBuilderandMarketplaceCatalogAsyncClientBuilder.Subinterfaces of MarketplaceCatalogBaseClientBuilder in software.amazon.awssdk.services.marketplacecatalog Modifier and Type Interface Description interfaceMarketplaceCatalogAsyncClientBuilderA builder for creating an instance ofMarketplaceCatalogAsyncClient.interfaceMarketplaceCatalogClientBuilderA builder for creating an instance ofMarketplaceCatalogClient.
-