Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolFunctionPackageResponse
-
Packages that use GetSolFunctionPackageResponse 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 GetSolFunctionPackageResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return GetSolFunctionPackageResponse Modifier and Type Method Description default GetSolFunctionPackageResponseTnbClient. getSolFunctionPackage(Consumer<GetSolFunctionPackageRequest.Builder> getSolFunctionPackageRequest)Gets the details of an individual function package, such as the operational state and whether the package is in use.default GetSolFunctionPackageResponseTnbClient. getSolFunctionPackage(GetSolFunctionPackageRequest getSolFunctionPackageRequest)Gets the details of an individual function package, such as the operational state and whether the package is in use.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type GetSolFunctionPackageResponse Modifier and Type Method Description default CompletableFuture<GetSolFunctionPackageResponse>TnbAsyncClient. getSolFunctionPackage(Consumer<GetSolFunctionPackageRequest.Builder> getSolFunctionPackageRequest)Gets the details of an individual function package, such as the operational state and whether the package is in use.default CompletableFuture<GetSolFunctionPackageResponse>TnbAsyncClient. getSolFunctionPackage(GetSolFunctionPackageRequest getSolFunctionPackageRequest)Gets the details of an individual function package, such as the operational state and whether the package is in use.
-