Uses of Class
software.aws.awsprototypingsdk.cdkgraph.StageNode
-
-
Uses of StageNode in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return StageNode Modifier and Type Method Description StageNodeStackNode. getStage()(experimental) GetStageNodecontaining this stack.StageNodeStore. getStage(String uuid)(experimental) Get stored stage node by UUID.static StageNodeStageNode. of(Node node)(experimental) Gets theStageNodecontaining a given resource.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type StageNode Modifier and Type Method Description List<StageNode>Store. getStages()(experimental) Gets all stored stage nodes.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type StageNode Modifier and Type Method Description voidStore. addStage(StageNode stage)(experimental) Add stage to the store.
-