Uses of Class
software.amazon.awssdk.services.appflow.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ExecutionStatus in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ExecutionStatus Modifier and Type Method Description ExecutionStatusExecutionRecord. executionStatus()Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.static ExecutionStatusExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStatusExecutionDetails. mostRecentExecutionStatus()Specifies the status of the most recent flow run.ExecutionStatusRegistrationOutput. status()Indicates the status of the registration attempt from Amazon AppFlow.static ExecutionStatusExecutionStatus. 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.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ExecutionStatus Modifier and Type Method Description static Set<ExecutionStatus>ExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type ExecutionStatus Modifier and Type Method Description ExecutionRecord.BuilderExecutionRecord.Builder. executionStatus(ExecutionStatus executionStatus)Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.ExecutionDetails.BuilderExecutionDetails.Builder. mostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)Specifies the status of the most recent flow run.RegistrationOutput.BuilderRegistrationOutput.Builder. status(ExecutionStatus status)Indicates the status of the registration attempt from Amazon AppFlow.
-