Uses of Class
software.amazon.awssdk.services.appflow.model.ExecutionRecord
-
Packages that use ExecutionRecord Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ExecutionRecord in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ExecutionRecord Modifier and Type Method Description List<ExecutionRecord>DescribeFlowExecutionRecordsResponse. flowExecutions()Returns a list of all instances when this flow was run.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ExecutionRecord Modifier and Type Method Description DescribeFlowExecutionRecordsResponse.BuilderDescribeFlowExecutionRecordsResponse.Builder. flowExecutions(ExecutionRecord... flowExecutions)Returns a list of all instances when this flow was run.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ExecutionRecord Modifier and Type Method Description DescribeFlowExecutionRecordsResponse.BuilderDescribeFlowExecutionRecordsResponse.Builder. flowExecutions(Collection<ExecutionRecord> flowExecutions)Returns a list of all instances when this flow was run.
-