Uses of Class
software.amazon.awssdk.services.tnb.model.FunctionArtifactMeta
-
Packages that use FunctionArtifactMeta Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of FunctionArtifactMeta in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return FunctionArtifactMeta Modifier and Type Method Description FunctionArtifactMetaGetSolFunctionPackageMetadata. vnfd()Metadata related to the function package descriptor of the function package.FunctionArtifactMetaPutSolFunctionPackageContentMetadata. vnfd()Returns the value of the Vnfd property for this object.FunctionArtifactMetaValidateSolFunctionPackageContentMetadata. vnfd()Returns the value of the Vnfd property for this object.Methods in software.amazon.awssdk.services.tnb.model with parameters of type FunctionArtifactMeta Modifier and Type Method Description GetSolFunctionPackageMetadata.BuilderGetSolFunctionPackageMetadata.Builder. vnfd(FunctionArtifactMeta vnfd)Metadata related to the function package descriptor of the function package.PutSolFunctionPackageContentMetadata.BuilderPutSolFunctionPackageContentMetadata.Builder. vnfd(FunctionArtifactMeta vnfd)Sets the value of the Vnfd property for this object.ValidateSolFunctionPackageContentMetadata.BuilderValidateSolFunctionPackageContentMetadata.Builder. vnfd(FunctionArtifactMeta vnfd)Sets the value of the Vnfd property for this object.
-