Uses of Class
software.amazon.awscdk.services.stepfunctions.StateGraph
Packages that use StateGraph
Package
Description
AWS Step Functions Construct Library
-
Uses of StateGraph in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return StateGraphMethods in software.amazon.awscdk.services.stepfunctions that return types with arguments of type StateGraphMethods in software.amazon.awscdk.services.stepfunctions with parameters of type StateGraphModifier and TypeMethodDescriptionprotected voidState.addBranch(StateGraph branch) Add a paralle branch to this state.protected voidState.addIterator(StateGraph iteration) Add a map iterator to this state.voidParallel.bindToGraph(StateGraph graph) Overwrites State.bindToGraph.voidState.bindToGraph(StateGraph graph) Register this state as part of the given graph.voidStateGraph.registerSuperGraph(StateGraph graph) Register this graph as a child of the given graph.protected voidState.setIteration(StateGraph value) protected voidState.whenBoundToGraph(StateGraph graph) Called whenever this state is bound to a graph.protected voidTask.whenBoundToGraph(StateGraph graph) Deprecated.protected voidTaskStateBase.whenBoundToGraph(StateGraph graph) Called whenever this state is bound to a graph.