| 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. withRedriveCount(Integer redriveCount)
 The number of times you've redriven an execution. | 
| ExecutionListItem | ExecutionListItem. withRedriveDate(Date redriveDate)
 The date the execution was last redriven. | 
| ExecutionListItem | ExecutionListItem. withStartDate(Date startDate)
 The date the execution started. | 
| ExecutionListItem | ExecutionListItem. withStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) of the state machine alias used to start an execution. | 
| ExecutionListItem | ExecutionListItem. withStateMachineArn(String stateMachineArn)
 The Amazon Resource Name (ARN) of the state machine that ran the execution. | 
| ExecutionListItem | ExecutionListItem. withStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) of the state machine version associated with the execution. | 
| 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 © 2024. All rights reserved.