| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.builder.states | 
| Modifier and Type | Class and Description | 
|---|---|
| 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  | TaskStateThe Task State causes the interpreter to execute the work identified by the state’s “Resource” field. | 
| class  | WaitStateA Wait state causes the interpreter to delay the machine from continuing for a specified time. | 
Copyright © 2022. All rights reserved.