| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowExecutionRecordsResult |
AmazonAppflowClient.describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request)
Fetches the execution history of the flow.
|
DescribeFlowExecutionRecordsResult |
AmazonAppflow.describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest describeFlowExecutionRecordsRequest)
Fetches the execution history of the flow.
|
DescribeFlowExecutionRecordsResult |
AbstractAmazonAppflow.describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFlowExecutionRecordsResult> |
AbstractAmazonAppflowAsync.describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest request,
AsyncHandler<DescribeFlowExecutionRecordsRequest,DescribeFlowExecutionRecordsResult> asyncHandler) |
Future<DescribeFlowExecutionRecordsResult> |
AmazonAppflowAsync.describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest describeFlowExecutionRecordsRequest,
AsyncHandler<DescribeFlowExecutionRecordsRequest,DescribeFlowExecutionRecordsResult> asyncHandler)
Fetches the execution history of the flow.
|
Future<DescribeFlowExecutionRecordsResult> |
AmazonAppflowAsyncClient.describeFlowExecutionRecordsAsync(DescribeFlowExecutionRecordsRequest request,
AsyncHandler<DescribeFlowExecutionRecordsRequest,DescribeFlowExecutionRecordsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.clone() |
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.withFlowExecutions(Collection<ExecutionRecord> flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.withFlowExecutions(ExecutionRecord... flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.withNextToken(String nextToken)
The pagination token for the next page of data.
|
Copyright © 2022. All rights reserved.