| 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  | ChoiceStateA Choice state adds branching logic to a state machine. | 
| class  | FailStateTerminal state that terminates the state machine and marks it as a failure. | 
| class  | MapStateState that allows for applying the same  Iteratorto multiple input elements. | 
| class  | ParallelStateState that allows for parallel execution of  Branchs. | 
| class  | PassStateThe Pass State simply passes its input to its output, performing no work. | 
| class  | SucceedStateThe Succeed State terminates a state machine successfully. | 
| class  | TaskStateThe Task State causes the interpreter to execute the work identified by the state’s “Resource” field. | 
| class  | TransitionStateDo not directly use this class, it is intended for internal usage only. | 
| class  | WaitStateA 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 © 2022. All rights reserved.