Uses of Interface
software.amazon.awssdk.services.tnb.TnbClient
-
Packages that use TnbClient 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.software.amazon.awssdk.services.tnb.paginators -
-
Uses of TnbClient in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return TnbClient Modifier and Type Method Description static TnbClientTnbClient. create()Create aTnbClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of TnbClient in software.amazon.awssdk.services.tnb.paginators
Constructors in software.amazon.awssdk.services.tnb.paginators with parameters of type TnbClient Constructor Description ListSolFunctionInstancesIterable(TnbClient client, ListSolFunctionInstancesRequest firstRequest)ListSolFunctionPackagesIterable(TnbClient client, ListSolFunctionPackagesRequest firstRequest)ListSolNetworkInstancesIterable(TnbClient client, ListSolNetworkInstancesRequest firstRequest)ListSolNetworkOperationsIterable(TnbClient client, ListSolNetworkOperationsRequest firstRequest)ListSolNetworkPackagesIterable(TnbClient client, ListSolNetworkPackagesRequest firstRequest)
-