Uses of Class
software.amazon.awssdk.services.tnb.model.GetSolVnfcResourceInfo
-
Packages that use GetSolVnfcResourceInfo Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of GetSolVnfcResourceInfo in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type GetSolVnfcResourceInfo Modifier and Type Method Description List<GetSolVnfcResourceInfo>GetSolVnfInfo. vnfcResourceInfo()Compute info used by the network function instance.Methods in software.amazon.awssdk.services.tnb.model with parameters of type GetSolVnfcResourceInfo Modifier and Type Method Description GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)Compute info used by the network function instance.Method parameters in software.amazon.awssdk.services.tnb.model with type arguments of type GetSolVnfcResourceInfo Modifier and Type Method Description GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)Compute info used by the network function instance.
-