Uses of Interface
software.aws.awsprototypingsdk.nxmonorepo.nx.TargetDependency
-
Packages that use TargetDependency Package Description software.aws.awsprototypingsdk.nxmonorepo.nx -
-
Uses of TargetDependency in software.aws.awsprototypingsdk.nxmonorepo.nx
Classes in software.aws.awsprototypingsdk.nxmonorepo.nx that implement TargetDependency Modifier and Type Class Description static classTargetDependency.Jsii$ProxyAn implementation forTargetDependencyMethods in software.aws.awsprototypingsdk.nxmonorepo.nx that return TargetDependency Modifier and Type Method Description TargetDependencyTargetDependency.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.nxmonorepo.nx that return types with arguments of type TargetDependency Modifier and Type Method Description default List<TargetDependency>ProjectTarget. getDependsOn()List of Target Dependencies.List<TargetDependency>ProjectTarget.Jsii$Proxy. getDependsOn()default Map<String,List<TargetDependency>>WorkspaceConfig. getTargetDependencies()Configuration for TargetDependencies.Map<String,List<TargetDependency>>WorkspaceConfig.Jsii$Proxy. getTargetDependencies()Method parameters in software.aws.awsprototypingsdk.nxmonorepo.nx with type arguments of type TargetDependency Modifier and Type Method Description ProjectTarget.BuilderProjectTarget.Builder. dependsOn(List<? extends TargetDependency> dependsOn)Sets the value ofProjectTarget.getDependsOn()WorkspaceConfig.BuilderWorkspaceConfig.Builder. targetDependencies(Map<String,? extends List<? extends TargetDependency>> targetDependencies)Sets the value ofWorkspaceConfig.getTargetDependencies()
-