Uses of Interface
software.amazon.awssdk.services.appflow.AppflowClient
-
Packages that use AppflowClient Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of AppflowClient in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return AppflowClient Modifier and Type Method Description static AppflowClientAppflowClient. create()Create aAppflowClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppflowClient in software.amazon.awssdk.services.appflow.paginators
Constructors in software.amazon.awssdk.services.appflow.paginators with parameters of type AppflowClient Constructor Description DescribeConnectorProfilesIterable(AppflowClient client, DescribeConnectorProfilesRequest firstRequest)DescribeConnectorsIterable(AppflowClient client, DescribeConnectorsRequest firstRequest)DescribeFlowExecutionRecordsIterable(AppflowClient client, DescribeFlowExecutionRecordsRequest firstRequest)ListConnectorsIterable(AppflowClient client, ListConnectorsRequest firstRequest)ListFlowsIterable(AppflowClient client, ListFlowsRequest firstRequest)
-