Uses of Class
software.amazon.awssdk.services.appflow.model.ListConnectorsResponse
-
Packages that use ListConnectorsResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.paginators -
-
Uses of ListConnectorsResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return ListConnectorsResponse Modifier and Type Method Description default ListConnectorsResponseAppflowClient. listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)Returns the list of all registered custom connectors in your Amazon Web Services account.default ListConnectorsResponseAppflowClient. listConnectors(ListConnectorsRequest listConnectorsRequest)Returns the list of all registered custom connectors in your Amazon Web Services account.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type ListConnectorsResponse Modifier and Type Method Description default CompletableFuture<ListConnectorsResponse>AppflowAsyncClient. listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)Returns the list of all registered custom connectors in your Amazon Web Services account.default CompletableFuture<ListConnectorsResponse>AppflowAsyncClient. listConnectors(ListConnectorsRequest listConnectorsRequest)Returns the list of all registered custom connectors in your Amazon Web Services account. -
Uses of ListConnectorsResponse in software.amazon.awssdk.services.appflow.paginators
Methods in software.amazon.awssdk.services.appflow.paginators that return types with arguments of type ListConnectorsResponse Modifier and Type Method Description Iterator<ListConnectorsResponse>ListConnectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.appflow.paginators with type arguments of type ListConnectorsResponse Modifier and Type Method Description voidListConnectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectorsResponse> subscriber)
-