Uses of Class
software.amazon.awscdk.services.stepfunctions.State
Packages that use State
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of State in software.amazon.awscdk.services.stepfunctions
Subclasses of State in software.amazon.awscdk.services.stepfunctionsModifier and TypeClassDescriptionclassDefine a Choice in the state machine.classState defined by supplying Amazon States Language (ASL) in the state machine.classDefine a Distributed Mode Map state in the state machine.classDefine a Fail state in the state machine.classDefine a Map state in the state machine.classDefine a Map state in the state machine.classDefine a Parallel state in the state machine.classDefine a Pass in the state machine.classDefine a Succeed state in the state machine.classDefine a Task state in the state machine.classDefine a Wait state in the state machine.Methods in software.amazon.awscdk.services.stepfunctions that return StateModifier and TypeMethodDescriptionprotected StateState.getDefaultChoice()Chain.getStartState()The start state of this chain.IChainable.getStartState()The start state of this chainable.default StateIChainable.Jsii$Default.getStartState()The start state of this chainable.final StateIChainable.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 StateStateMachineFragment.getStartState()The start state of this state machine fragment.Methods in software.amazon.awscdk.services.stepfunctions that return types with arguments of type StateModifier 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.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type StateModifier and TypeMethodDescriptionprotected voidAdd a choice branch to this state.protected voidState.addChoice(Condition condition, State next, ChoiceTransitionOptions options) Add a choice branch to this state.static ChainChain.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 voidState.makeDefault(State def) Make the indicated state the default choice transition of this state.protected voidMake the indicated state the default transition of this state.voidStateGraph.registerState(State state) Register a state as part of this graph.protected voidState.setDefaultChoice(State value) Method parameters in software.amazon.awscdk.services.stepfunctions with type arguments of type StateModifier and TypeMethodDescriptionState.filterNextables(List<? extends State> states) Return only the states that allow chaining from an array of states.Constructors in software.amazon.awscdk.services.stepfunctions with parameters of type State -
Uses of State in software.amazon.awscdk.services.stepfunctions.tasks
Subclasses of State in software.amazon.awscdk.services.stepfunctions.tasksModifier and TypeClassDescriptionclassGet an Athena Query Execution as a Task.classGet an Athena Query Results as a Task.classStart an Athena Query as a Task.classStop an Athena Query Execution as a Task.classTask to submits an AWS Batch job from a job definition.classA Step Functions Task to create model customization in Bedrock.classA Step Functions Task to invoke a model in Bedrock.classCall HTTP API endpoint as a Task.classCall REST API endpoint as a Task.classA StepFunctions task to call an AWS service API.classA Step Functions task to call an AWS service API across regions.classStart a CodeBuild Build as a task.classStart a CodeBuild BatchBuild as a task.classA StepFunctions task to call DynamoDeleteItem.classA StepFunctions task to call DynamoGetItem.classA StepFunctions task to call DynamoPutItem.classA StepFunctions task to call DynamoUpdateItem.classRun a Task on ECS or Fargate.classCall a EKS endpoint as a Task.classA Step Functions Task to add a Step to an EMR Cluster.classA Step Functions task to cancel a Step on an EMR Cluster.classTask that creates an EMR Containers virtual cluster from an EKS cluster.classDeletes an EMR Containers virtual cluster as a Task.classStarts a job run.classA Step Functions Task to create an EMR Cluster.classA Step Functions Task to to modify an InstanceFleet on an EMR Cluster.classA Step Functions Task to to modify an InstanceGroup on an EMR Cluster.classA Step Functions Task to to set Termination Protection on an EMR Cluster.classA Step Functions Task to terminate an EMR Cluster.classA Step Functions Task to evaluate an expression.classA StepFunctions Task to send events to an EventBridge event bus.classCreate a new AWS EventBridge Scheduler schedule.classStart a Job run as a Task.classStarts an AWS Glue Crawler in a Task state.classStarts an AWS Glue job in a Task state.classA Step Functions Task to call a public third-party API.classInvoke a Lambda function as a Task.classA Step Functions Task to create a job in MediaConvert.classA Step Functions Task to create a SageMaker endpoint.classA Step Functions Task to create a SageMaker endpoint configuration.classA Step Functions Task to create a SageMaker model.classClass representing the SageMaker Create Training Job task.classClass representing the SageMaker Create Transform Job task.classA Step Functions Task to update a SageMaker endpoint.classA Step Functions Task to publish messages to SNS topic.classA StepFunctions Task to send messages to SQS queue.classA Step Functions Task to invoke an Activity worker.classA Step Functions Task to call StartExecution on another state machine.