Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolFunctionInstanceResponse
-
Packages that use GetSolFunctionInstanceResponse 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 GetSolFunctionInstanceResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return GetSolFunctionInstanceResponse Modifier and Type Method Description default GetSolFunctionInstanceResponseTnbClient. getSolFunctionInstance(Consumer<GetSolFunctionInstanceRequest.Builder> getSolFunctionInstanceRequest)Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.default GetSolFunctionInstanceResponseTnbClient. getSolFunctionInstance(GetSolFunctionInstanceRequest getSolFunctionInstanceRequest)Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type GetSolFunctionInstanceResponse Modifier and Type Method Description default CompletableFuture<GetSolFunctionInstanceResponse>TnbAsyncClient. getSolFunctionInstance(Consumer<GetSolFunctionInstanceRequest.Builder> getSolFunctionInstanceRequest)Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.default CompletableFuture<GetSolFunctionInstanceResponse>TnbAsyncClient. getSolFunctionInstance(GetSolFunctionInstanceRequest getSolFunctionInstanceRequest)Gets the details of a network function instance, including the instantation state and metadata from the function package descriptor in the network function package.
-