Uses of Interface
software.amazon.awssdk.services.supplychain.SupplyChainBaseClientBuilder
-
Packages that use SupplyChainBaseClientBuilder Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. -
-
Uses of SupplyChainBaseClientBuilder in software.amazon.awssdk.services.supplychain
Classes in software.amazon.awssdk.services.supplychain with type parameters of type SupplyChainBaseClientBuilder Modifier and Type Interface Description interfaceSupplyChainBaseClientBuilder<B extends SupplyChainBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Supply Chain that is supported by bothSupplyChainClientBuilderandSupplyChainAsyncClientBuilder.Subinterfaces of SupplyChainBaseClientBuilder in software.amazon.awssdk.services.supplychain Modifier and Type Interface Description interfaceSupplyChainAsyncClientBuilderA builder for creating an instance ofSupplyChainAsyncClient.interfaceSupplyChainClientBuilderA builder for creating an instance ofSupplyChainClient.
-