Uses of Class
software.amazon.awssdk.services.mgn.model.ListConnectorsResponse
-
Packages that use ListConnectorsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListConnectorsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListConnectorsResponse Modifier and Type Method Description default ListConnectorsResponseMgnClient. listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)List Connectors.default ListConnectorsResponseMgnClient. listConnectors(ListConnectorsRequest listConnectorsRequest)List Connectors.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListConnectorsResponse Modifier and Type Method Description default CompletableFuture<ListConnectorsResponse>MgnAsyncClient. listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)List Connectors.default CompletableFuture<ListConnectorsResponse>MgnAsyncClient. listConnectors(ListConnectorsRequest listConnectorsRequest)List Connectors. -
Uses of ListConnectorsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.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.mgn.paginators with type arguments of type ListConnectorsResponse Modifier and Type Method Description voidListConnectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectorsResponse> subscriber)
-