Uses of Class
software.aws.awsprototypingsdk.nxmonorepo.TargetDependencyProject
-
Packages that use TargetDependencyProject Package Description software.aws.awsprototypingsdk.nxmonorepo The nx-monorepo package vends a NxMonorepoProject Projen construct that adds NX monorepo support and manages your yarn/npm/pnpm workspaces on your behalf. -
-
Uses of TargetDependencyProject in software.aws.awsprototypingsdk.nxmonorepo
Methods in software.aws.awsprototypingsdk.nxmonorepo that return TargetDependencyProject Modifier and Type Method Description TargetDependencyProjectTargetDependency. getProjects()Target dependencies.TargetDependencyProjectTargetDependency.Jsii$Proxy. getProjects()static TargetDependencyProjectTargetDependencyProject. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetDependencyProject[]TargetDependencyProject. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.aws.awsprototypingsdk.nxmonorepo with parameters of type TargetDependencyProject Modifier and Type Method Description TargetDependency.BuilderTargetDependency.Builder. projects(TargetDependencyProject projects)Sets the value ofTargetDependency.getProjects()
-