Uses of Interface
software.amazon.awssdk.services.appflow.AppflowAsyncClient
-
Packages that use AppflowAsyncClient Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of AppflowAsyncClient in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return AppflowAsyncClient Modifier and Type Method Description static AppflowAsyncClientAppflowAsyncClient. create()Create aAppflowAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppflowAsyncClient in software.amazon.awssdk.services.appflow.paginators
Constructors in software.amazon.awssdk.services.appflow.paginators with parameters of type AppflowAsyncClient Constructor Description DescribeConnectorProfilesPublisher(AppflowAsyncClient client, DescribeConnectorProfilesRequest firstRequest)DescribeConnectorsPublisher(AppflowAsyncClient client, DescribeConnectorsRequest firstRequest)DescribeFlowExecutionRecordsPublisher(AppflowAsyncClient client, DescribeFlowExecutionRecordsRequest firstRequest)ListConnectorsPublisher(AppflowAsyncClient client, ListConnectorsRequest firstRequest)ListFlowsPublisher(AppflowAsyncClient client, ListFlowsRequest firstRequest)
-