Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolFunctionInstanceRequest
-
Packages that use GetSolFunctionInstanceRequest 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.transform -
-
Uses of GetSolFunctionInstanceRequest in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb with parameters of type GetSolFunctionInstanceRequest Modifier and Type Method Description 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.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. -
Uses of GetSolFunctionInstanceRequest in software.amazon.awssdk.services.tnb.transform
Methods in software.amazon.awssdk.services.tnb.transform with parameters of type GetSolFunctionInstanceRequest Modifier and Type Method Description SdkHttpFullRequestGetSolFunctionInstanceRequestMarshaller. marshall(GetSolFunctionInstanceRequest getSolFunctionInstanceRequest)
-