Uses of Class
software.amazon.awssdk.services.appflow.model.ExecutionDetails
-
Packages that use ExecutionDetails Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ExecutionDetails in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ExecutionDetails Modifier and Type Method Description ExecutionDetailsDescribeFlowResponse. lastRunExecutionDetails()Describes the details of the most recent flow run.ExecutionDetailsFlowDefinition. lastRunExecutionDetails()Describes the details of the most recent flow run.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ExecutionDetails Modifier and Type Method Description DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)Describes the details of the most recent flow run.FlowDefinition.BuilderFlowDefinition.Builder. lastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)Describes the details of the most recent flow run.
-