Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ListCollectorsRequest
-
Packages that use ListCollectorsRequest Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations software.amazon.awssdk.services.migrationhubstrategy.paginators software.amazon.awssdk.services.migrationhubstrategy.transform -
-
Uses of ListCollectorsRequest in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy with parameters of type ListCollectorsRequest Modifier and Type Method Description default CompletableFuture<ListCollectorsResponse>MigrationHubStrategyAsyncClient. listCollectors(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors.default ListCollectorsResponseMigrationHubStrategyClient. listCollectors(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors.default ListCollectorsPublisherMigrationHubStrategyAsyncClient. listCollectorsPaginator(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors.default ListCollectorsIterableMigrationHubStrategyClient. listCollectorsPaginator(ListCollectorsRequest listCollectorsRequest)Retrieves a list of all the installed collectors. -
Uses of ListCollectorsRequest in software.amazon.awssdk.services.migrationhubstrategy.paginators
Constructors in software.amazon.awssdk.services.migrationhubstrategy.paginators with parameters of type ListCollectorsRequest Constructor Description ListCollectorsIterable(MigrationHubStrategyClient client, ListCollectorsRequest firstRequest)ListCollectorsPublisher(MigrationHubStrategyAsyncClient client, ListCollectorsRequest firstRequest) -
Uses of ListCollectorsRequest in software.amazon.awssdk.services.migrationhubstrategy.transform
Methods in software.amazon.awssdk.services.migrationhubstrategy.transform with parameters of type ListCollectorsRequest Modifier and Type Method Description SdkHttpFullRequestListCollectorsRequestMarshaller. marshall(ListCollectorsRequest listCollectorsRequest)
-