| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionReference |
ExecutionReference.clone() |
ExecutionReference |
ExecutionReference.withExecutionId(String executionId)
The ID for this specific execution.
|
ExecutionReference |
ExecutionReference.withExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionReference> |
ListExecutionsResult.getExecutions()
The list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
ListExecutionsResult.withExecutions(ExecutionReference... executions)
The list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsResult.setExecutions(Collection<ExecutionReference> executions)
The list of executions.
|
ListExecutionsResult |
ListExecutionsResult.withExecutions(Collection<ExecutionReference> executions)
The list of executions.
|
Copyright © 2025. All rights reserved.