| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatus |
ExecutionRecord.executionStatus()
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
static ExecutionStatus |
ExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExecutionStatus |
ExecutionDetails.mostRecentExecutionStatus()
Specifies the status of the most recent flow run.
|
ExecutionStatus |
RegistrationOutput.status()
Indicates the status of the registration attempt from Amazon AppFlow.
|
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 |
|---|---|
static Set<ExecutionStatus> |
ExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionRecord.Builder |
ExecutionRecord.Builder.executionStatus(ExecutionStatus executionStatus)
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionDetails.Builder |
ExecutionDetails.Builder.mostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
RegistrationOutput.Builder |
RegistrationOutput.Builder.status(ExecutionStatus status)
Indicates the status of the registration attempt from Amazon AppFlow.
|
Copyright © 2022. All rights reserved.