| 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.withItemCount(Integer itemCount)
 The total number of items processed in a child workflow execution. 
 | 
ExecutionListItem | 
ExecutionListItem.withMapRunArn(String mapRunArn)
 The Amazon Resource Name (ARN) of a Map Run. 
 | 
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 © 2023. All rights reserved.