| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| software.amazon.awssdk.services.appflow.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlowExecutionRecordsResponse |
AppflowClient.describeFlowExecutionRecords(Consumer<DescribeFlowExecutionRecordsRequest.Builder> describeFlowExecutionRecordsRequest)
Fetches the execution history of the flow.
|
default DescribeFlowExecutionRecordsResponse |
AppflowClient.describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest describeFlowExecutionRecordsRequest)
Fetches the execution history of the flow.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFlowExecutionRecordsResponse> |
DescribeFlowExecutionRecordsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowExecutionRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFlowExecutionRecordsResponse> subscriber) |
Copyright © 2023. All rights reserved.