Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolNetworkInstanceResponse
-
Packages that use GetSolNetworkInstanceResponse 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 GetSolNetworkInstanceResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return GetSolNetworkInstanceResponse Modifier and Type Method Description default GetSolNetworkInstanceResponseTnbClient. getSolNetworkInstance(Consumer<GetSolNetworkInstanceRequest.Builder> getSolNetworkInstanceRequest)Gets the details of the network instance.default GetSolNetworkInstanceResponseTnbClient. getSolNetworkInstance(GetSolNetworkInstanceRequest getSolNetworkInstanceRequest)Gets the details of the network instance.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type GetSolNetworkInstanceResponse Modifier and Type Method Description default CompletableFuture<GetSolNetworkInstanceResponse>TnbAsyncClient. getSolNetworkInstance(Consumer<GetSolNetworkInstanceRequest.Builder> getSolNetworkInstanceRequest)Gets the details of the network instance.default CompletableFuture<GetSolNetworkInstanceResponse>TnbAsyncClient. getSolNetworkInstance(GetSolNetworkInstanceRequest getSolNetworkInstanceRequest)Gets the details of the network instance.
-