| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedExecution |
ListedExecution.clone() |
ListedExecution |
ListedExecution.withExecutionId(String executionId)
A unique identifier for the execution of a workflow.
|
ListedExecution |
ListedExecution.withInitialFileLocation(FileLocation initialFileLocation)
A structure that describes the Amazon S3 or EFS file location.
|
ListedExecution |
ListedExecution.withServiceMetadata(ServiceMetadata serviceMetadata)
A container object for the session details that are associated with a workflow.
|
ListedExecution |
ListedExecution.withStatus(ExecutionStatus status)
The status is one of the execution.
|
ListedExecution |
ListedExecution.withStatus(String status)
The status is one of the execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListedExecution> |
ListExecutionsResult.getExecutions()
Returns the details for each execution, in a
ListedExecution array. |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
ListExecutionsResult.withExecutions(ListedExecution... executions)
Returns the details for each execution, in a
ListedExecution array. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsResult.setExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a
ListedExecution array. |
ListExecutionsResult |
ListExecutionsResult.withExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a
ListedExecution array. |
Copyright © 2025. All rights reserved.