| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatus |
ExecutionStatus.clone() |
ExecutionStatus |
GetExecutionResult.getExecutionStatus()
The status of this specific execution.
|
ExecutionStatus |
ExecutionReference.getExecutionStatus()
The status of this specific execution.
|
ExecutionStatus |
ExecutionStatus.withCompletedAt(Date completedAt)
The time when the execution was completed.
|
ExecutionStatus |
ExecutionStatus.withCreatedAt(Date createdAt)
The time when the execution was created.
|
ExecutionStatus |
ExecutionStatus.withLastUpdatedAt(Date lastUpdatedAt)
The time when the execution was last updated.
|
ExecutionStatus |
ExecutionStatus.withStatusCode(ExecutionStatusCode statusCode)
The code for the status of the execution.
|
ExecutionStatus |
ExecutionStatus.withStatusCode(String statusCode)
The code for the status of the execution.
|
ExecutionStatus |
ExecutionStatus.withStatusReason(ExecutionStatusReason statusReason)
The reason for the failed status.
|
ExecutionStatus |
ExecutionStatus.withStatusReason(String statusReason)
The reason for the failed status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExecutionResult.setExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
void |
ExecutionReference.setExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
GetExecutionResult |
GetExecutionResult.withExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
ExecutionReference |
ExecutionReference.withExecutionStatus(ExecutionStatus executionStatus)
The status of this specific execution.
|
Copyright © 2025. All rights reserved.