| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ExecutionListItem | ExecutionListItem. clone() | 
| ExecutionListItem | ExecutionListItem. withExecutionArn(String executionArn)
 The Amazon Resource Name (ARN) that identifies the execution. | 
| ExecutionListItem | ExecutionListItem. withName(String name)
 The name of the execution. | 
| ExecutionListItem | ExecutionListItem. withStartDate(Date startDate)
 The date the execution started. | 
| ExecutionListItem | ExecutionListItem. withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the executed state machine. | 
| ExecutionListItem | ExecutionListItem. withStatus(ExecutionStatus status)
 The current status of the execution. | 
| ExecutionListItem | ExecutionListItem. withStatus(String status)
 The current status of the execution. | 
| ExecutionListItem | ExecutionListItem. withStopDate(Date stopDate)
 If the execution already ended, the date the execution stopped. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ExecutionListItem> | ListExecutionsResult. getExecutions()
 The list of matching executions. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListExecutionsResult | ListExecutionsResult. withExecutions(ExecutionListItem... executions)
 The list of matching executions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListExecutionsResult. setExecutions(Collection<ExecutionListItem> executions)
 The list of matching executions. | 
| ListExecutionsResult | ListExecutionsResult. withExecutions(Collection<ExecutionListItem> executions)
 The list of matching executions. | 
Copyright © 2017. All rights reserved.