Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ListCollectorsResponse
-
Packages that use ListCollectorsResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of ListCollectorsResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return ListCollectorsResponse Modifier and Type Method Description default ListCollectorsResponseMigrationHubStrategyClient. listCollectors(Consumer<ListCollectorsRequest.Builder> listCollectorsRequest)Retrieves a list of all the installed collectors.default ListCollectorsResponseMigrationHubStrategyClient. listCollectors(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type ListCollectorsResponse Modifier and Type Method Description default CompletableFuture<ListCollectorsResponse>MigrationHubStrategyAsyncClient. listCollectors(Consumer<ListCollectorsRequest.Builder> listCollectorsRequest)Retrieves a list of all the installed collectors.default CompletableFuture<ListCollectorsResponse>MigrationHubStrategyAsyncClient. listCollectors(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors. -
Uses of ListCollectorsResponse in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type ListCollectorsResponse Modifier and Type Method Description Iterator<ListCollectorsResponse>ListCollectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.paginators with type arguments of type ListCollectorsResponse Modifier and Type Method Description voidListCollectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCollectorsResponse> subscriber)
-