Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeConnectorProfilesResponse
-
Packages that use DescribeConnectorProfilesResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of DescribeConnectorProfilesResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DescribeConnectorProfilesResponse Modifier and Type Method Description default DescribeConnectorProfilesResponseAppflowClient. describeConnectorProfiles(Consumer<DescribeConnectorProfilesRequest.Builder> describeConnectorProfilesRequest)Returns a list ofconnector-profiledetails matching the providedconnector-profilenames andconnector-types.default DescribeConnectorProfilesResponseAppflowClient. describeConnectorProfiles(DescribeConnectorProfilesRequest describeConnectorProfilesRequest)Returns a list ofconnector-profiledetails matching the providedconnector-profilenames andconnector-types.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DescribeConnectorProfilesResponse Modifier and Type Method Description default CompletableFuture<DescribeConnectorProfilesResponse>AppflowAsyncClient. describeConnectorProfiles(Consumer<DescribeConnectorProfilesRequest.Builder> describeConnectorProfilesRequest)Returns a list ofconnector-profiledetails matching the providedconnector-profilenames andconnector-types.default CompletableFuture<DescribeConnectorProfilesResponse>AppflowAsyncClient. describeConnectorProfiles(DescribeConnectorProfilesRequest describeConnectorProfilesRequest)Returns a list ofconnector-profiledetails matching the providedconnector-profilenames andconnector-types. -
Uses of DescribeConnectorProfilesResponse in software.amazon.awssdk.services.appflow.paginators
Methods in software.amazon.awssdk.services.appflow.paginators that return types with arguments of type DescribeConnectorProfilesResponse Modifier and Type Method Description Iterator<DescribeConnectorProfilesResponse>DescribeConnectorProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.appflow.paginators with type arguments of type DescribeConnectorProfilesResponse Modifier and Type Method Description voidDescribeConnectorProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeConnectorProfilesResponse> subscriber)
-