Uses of Interface
software.amazon.awssdk.services.tnb.TnbBaseClientBuilder
-
Packages that use TnbBaseClientBuilder Package Description software.amazon.awssdk.services.tnb Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. -
-
Uses of TnbBaseClientBuilder in software.amazon.awssdk.services.tnb
Classes in software.amazon.awssdk.services.tnb with type parameters of type TnbBaseClientBuilder Modifier and Type Interface Description interfaceTnbBaseClientBuilder<B extends TnbBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Telco Network Builder that is supported by bothTnbClientBuilderandTnbAsyncClientBuilder.Subinterfaces of TnbBaseClientBuilder in software.amazon.awssdk.services.tnb Modifier and Type Interface Description interfaceTnbAsyncClientBuilderA builder for creating an instance ofTnbAsyncClient.interfaceTnbClientBuilderA builder for creating an instance ofTnbClient.
-