| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| 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 |
|---|---|
DescribeFlowExecutionRecordsRequest |
DescribeFlowExecutionRecordsRequest.clone() |
DescribeFlowExecutionRecordsRequest |
DescribeFlowExecutionRecordsRequest.withFlowName(String flowName)
The specified name of the flow.
|
DescribeFlowExecutionRecordsRequest |
DescribeFlowExecutionRecordsRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeFlowExecutionRecordsRequest |
DescribeFlowExecutionRecordsRequest.withNextToken(String nextToken)
The pagination token for the next page of data.
|
Copyright © 2023. All rights reserved.