| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.builder.states | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ParallelState
State that allows for parallel execution of  
Branchs. | 
class  | 
PassState
The Pass State simply passes its input to its output, performing no work. 
 | 
class  | 
TaskState
The Task State causes the interpreter to execute the work identified by the state’s “Resource” field. 
 | 
class  | 
WaitState
A Wait state causes the interpreter to delay the machine from continuing for a specified time. 
 | 
Copyright © 2019. All rights reserved.