Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeFlowExecutionRecordsResponse
-
Packages that use DescribeFlowExecutionRecordsResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of DescribeFlowExecutionRecordsResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DescribeFlowExecutionRecordsResponse Modifier and Type Method Description default DescribeFlowExecutionRecordsResponseAppflowClient. describeFlowExecutionRecords(Consumer<DescribeFlowExecutionRecordsRequest.Builder> describeFlowExecutionRecordsRequest)Fetches the execution history of the flow.default DescribeFlowExecutionRecordsResponseAppflowClient. describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest describeFlowExecutionRecordsRequest)Fetches the execution history of the flow.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DescribeFlowExecutionRecordsResponse Modifier and Type Method Description default CompletableFuture<DescribeFlowExecutionRecordsResponse>AppflowAsyncClient. describeFlowExecutionRecords(Consumer<DescribeFlowExecutionRecordsRequest.Builder> describeFlowExecutionRecordsRequest)Fetches the execution history of the flow.default CompletableFuture<DescribeFlowExecutionRecordsResponse>AppflowAsyncClient. describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest describeFlowExecutionRecordsRequest)Fetches the execution history of the flow. -
Uses of DescribeFlowExecutionRecordsResponse in software.amazon.awssdk.services.appflow.paginators
Methods in software.amazon.awssdk.services.appflow.paginators that return types with arguments of type DescribeFlowExecutionRecordsResponse Modifier and Type Method Description Iterator<DescribeFlowExecutionRecordsResponse>DescribeFlowExecutionRecordsIterable. iterator()Method parameters in software.amazon.awssdk.services.appflow.paginators with type arguments of type DescribeFlowExecutionRecordsResponse Modifier and Type Method Description voidDescribeFlowExecutionRecordsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFlowExecutionRecordsResponse> subscriber)
-