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