Uses of Class
software.aws.awsprototypingsdk.cdkgraph.OutputNode
-
-
Uses of OutputNode in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return OutputNode Modifier and Type Method Description OutputNodeStackNode. findOutput(String logicalId)(experimental) FindOutputNodewith *logicalId* defined by this stack.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type OutputNode Modifier and Type Method Description List<OutputNode>StackNode. getExports()(experimental) Get all **exported**OutputNodes defined by this stack.List<OutputNode>StackNode. getOutputs()(experimental) Get allOutputNodes defined by this stack.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type OutputNode Modifier and Type Method Description voidStackNode. addOutput(OutputNode node)(experimental) AssociateOutputNodewith this stack.BooleanStackNode. mutateRemoveOutput(OutputNode node)(experimental) DisassociateOutputNodefrom this stack.
-