Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeConnectorsRequest
-
Packages that use DescribeConnectorsRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators software.amazon.awssdk.services.appflow.transform -
-
Uses of DescribeConnectorsRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type DescribeConnectorsRequest Modifier and Type Method Description default CompletableFuture<DescribeConnectorsResponse>AppflowAsyncClient. describeConnectors(DescribeConnectorsRequest describeConnectorsRequest)Describes the connectors vended by Amazon AppFlow for specified connector types.default DescribeConnectorsResponseAppflowClient. describeConnectors(DescribeConnectorsRequest describeConnectorsRequest)Describes the connectors vended by Amazon AppFlow for specified connector types.default DescribeConnectorsPublisherAppflowAsyncClient. describeConnectorsPaginator(DescribeConnectorsRequest describeConnectorsRequest)Describes the connectors vended by Amazon AppFlow for specified connector types.default DescribeConnectorsIterableAppflowClient. describeConnectorsPaginator(DescribeConnectorsRequest describeConnectorsRequest)Describes the connectors vended by Amazon AppFlow for specified connector types. -
Uses of DescribeConnectorsRequest in software.amazon.awssdk.services.appflow.paginators
Constructors in software.amazon.awssdk.services.appflow.paginators with parameters of type DescribeConnectorsRequest Constructor Description DescribeConnectorsIterable(AppflowClient client, DescribeConnectorsRequest firstRequest)DescribeConnectorsPublisher(AppflowAsyncClient client, DescribeConnectorsRequest firstRequest) -
Uses of DescribeConnectorsRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type DescribeConnectorsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConnectorsRequestMarshaller. marshall(DescribeConnectorsRequest describeConnectorsRequest)
-