Uses of Class
software.amazon.awscdk.services.stepfunctions.State
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of State in software.amazon.awscdk.services.stepfunctions
Modifier and TypeClassDescriptionclass
Define a Choice in the state machine.class
State defined by supplying Amazon States Language (ASL) in the state machine.class
Define a Distributed Mode Map state in the state machine.class
Define a Fail state in the state machine.class
Define a Map state in the state machine.class
Define a Map state in the state machine.class
Define a Parallel state in the state machine.class
Define a Pass in the state machine.class
Define a Succeed state in the state machine.class
Define a Task state in the state machine.class
Define a Wait state in the state machine.Modifier and TypeMethodDescriptionprotected State
State.getDefaultChoice()
Chain.getStartState()
The start state of this chain.IChainable.getStartState()
The start state of this chainable.default State
IChainable.Jsii$Default.getStartState()
The start state of this chainable.final State
IChainable.Jsii$Proxy.getStartState()
The start state of this chainable.State.getStartState()
First state of this Chainable.StateGraph.getStartState()
state that gets executed when the state machine is launched.abstract State
StateMachineFragment.getStartState()
The start state of this state machine fragment.Modifier and TypeMethodDescriptionState.findReachableEndStates
(State start) Find the set of end states states reachable through transitions from the given start state.State.findReachableEndStates
(State start, FindStateOptions options) Find the set of end states states reachable through transitions from the given start state.State.findReachableStates
(State start) Find the set of states reachable through transitions from the given start state.State.findReachableStates
(State start, FindStateOptions options) Find the set of states reachable through transitions from the given start state.Modifier and TypeMethodDescriptionprotected void
Add a choice branch to this state.protected void
State.addChoice
(Condition condition, State next, ChoiceTransitionOptions options) Add a choice branch to this state.static Chain
Chain.custom
(State startState, List<? extends INextable> endStates, IChainable lastAdded) Make a Chain with specific start and end states, and a last-added Chainable.State.findReachableEndStates
(State start) Find the set of end states states reachable through transitions from the given start state.State.findReachableEndStates
(State start, FindStateOptions options) Find the set of end states states reachable through transitions from the given start state.State.findReachableStates
(State start) Find the set of states reachable through transitions from the given start state.State.findReachableStates
(State start, FindStateOptions options) Find the set of states reachable through transitions from the given start state.protected void
State.makeDefault
(State def) Make the indicated state the default choice transition of this state.protected void
Make the indicated state the default transition of this state.void
StateGraph.registerState
(State state) Register a state as part of this graph.protected void
State.setDefaultChoice
(State value) Modifier and TypeMethodDescriptionState.filterNextables
(List<? extends State> states) Return only the states that allow chaining from an array of states. -
Uses of State in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeClassDescriptionclass
Get an Athena Query Execution as a Task.class
Get an Athena Query Results as a Task.class
Start an Athena Query as a Task.class
Stop an Athena Query Execution as a Task.class
Task to submits an AWS Batch job from a job definition.class
A Step Functions Task to invoke a model in Bedrock.class
Call HTTP API endpoint as a Task.class
Call REST API endpoint as a Task.class
A StepFunctions task to call an AWS service API.class
A Step Functions task to call an AWS service API across regions.class
Start a CodeBuild Build as a task.class
Start a CodeBuild BatchBuild as a task.class
A StepFunctions task to call DynamoDeleteItem.class
A StepFunctions task to call DynamoGetItem.class
A StepFunctions task to call DynamoPutItem.class
A StepFunctions task to call DynamoUpdateItem.class
Run a Task on ECS or Fargate.class
Call a EKS endpoint as a Task.class
A Step Functions Task to add a Step to an EMR Cluster.class
A Step Functions Task to to cancel a Step on an EMR Cluster.class
Task that creates an EMR Containers virtual cluster from an EKS cluster.class
Deletes an EMR Containers virtual cluster as a Task.class
Starts a job run.class
A Step Functions Task to create an EMR Cluster.class
A Step Functions Task to to modify an InstanceFleet on an EMR Cluster.class
A Step Functions Task to to modify an InstanceGroup on an EMR Cluster.class
A Step Functions Task to to set Termination Protection on an EMR Cluster.class
A Step Functions Task to terminate an EMR Cluster.class
A Step Functions Task to evaluate an expression.class
A StepFunctions Task to send events to an EventBridge event bus.class
Start a Job run as a Task.class
Starts an AWS Glue Crawler in a Task state.class
Starts an AWS Glue job in a Task state.class
A Step Functions Task to call a public third-party API.class
Invoke a Lambda function as a Task.class
A Step Functions Task to create a job in MediaConvert.class
A Step Functions Task to create a SageMaker endpoint.class
A Step Functions Task to create a SageMaker endpoint configuration.class
A Step Functions Task to create a SageMaker model.class
Class representing the SageMaker Create Training Job task.class
Class representing the SageMaker Create Transform Job task.class
A Step Functions Task to update a SageMaker endpoint.class
A Step Functions Task to publish messages to SNS topic.class
A StepFunctions Task to send messages to SQS queue.class
A Step Functions Task to invoke an Activity worker.class
A Step Functions Task to call StartExecution on another state machine.