| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionDetails |
ExecutionDetails.clone() |
ExecutionDetails |
FlowDefinition.getLastRunExecutionDetails()
Describes the details of the most recent flow run.
|
ExecutionDetails |
DescribeFlowResult.getLastRunExecutionDetails()
Describes the details of the most recent flow run.
|
ExecutionDetails |
ExecutionDetails.withMostRecentExecutionMessage(String mostRecentExecutionMessage)
Describes the details of the most recent flow run.
|
ExecutionDetails |
ExecutionDetails.withMostRecentExecutionStatus(ExecutionStatus mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
ExecutionDetails |
ExecutionDetails.withMostRecentExecutionStatus(String mostRecentExecutionStatus)
Specifies the status of the most recent flow run.
|
ExecutionDetails |
ExecutionDetails.withMostRecentExecutionTime(Date mostRecentExecutionTime)
Specifies the time of the most recent flow run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.setLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
void |
DescribeFlowResult.setLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
FlowDefinition |
FlowDefinition.withLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
DescribeFlowResult |
DescribeFlowResult.withLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
Copyright © 2022. All rights reserved.