| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStatus |
ExecutionStatus.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionStatus |
ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionRecord |
ExecutionRecord.withExecutionStatus(ExecutionStatus executionStatus)
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionDetails |
ExecutionDetails.withMostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
Copyright © 2022. All rights reserved.