Package | Description |
---|---|
com.amazonaws.services.stepfunctions.builder | |
com.amazonaws.services.stepfunctions.builder.states |
Modifier and Type | Method and Description |
---|---|
Map<String,State> |
StateMachine.getStates() |
Modifier and Type | Class and Description |
---|---|
class |
ChoiceState
A Choice state adds branching logic to a state machine.
|
class |
FailState
Terminal state that terminates the state machine and marks it as a failure.
|
class |
MapState
State that allows for applying the same
Iterator to multiple input elements. |
class |
ParallelState
State that allows for parallel execution of
Branch s. |
class |
PassState
The Pass State simply passes its input to its output, performing no work.
|
class |
SucceedState
The Succeed State terminates a state machine successfully.
|
class |
TaskState
The Task State causes the interpreter to execute the work identified by the state’s “Resource” field.
|
class |
TransitionState
Do not directly use this class, it is intended for internal usage only.
|
class |
WaitState
A Wait state causes the interpreter to delay the machine from continuing for a specified time.
|
Modifier and Type | Method and Description |
---|---|
Map<String,State> |
Iterator.getStates() |
Map<String,State> |
Branch.getStates() |
Copyright © 2024. All rights reserved.