Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.ListImportFileTaskResponse
-
Packages that use ListImportFileTaskResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of ListImportFileTaskResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return ListImportFileTaskResponse Modifier and Type Method Description default ListImportFileTaskResponseMigrationHubStrategyClient. listImportFileTask(Consumer<ListImportFileTaskRequest.Builder> listImportFileTaskRequest)Retrieves a list of all the imports performed.default ListImportFileTaskResponseMigrationHubStrategyClient. listImportFileTask(ListImportFileTaskRequest listImportFileTaskRequest)Retrieves a list of all the imports performed.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type ListImportFileTaskResponse Modifier and Type Method Description default CompletableFuture<ListImportFileTaskResponse>MigrationHubStrategyAsyncClient. listImportFileTask(Consumer<ListImportFileTaskRequest.Builder> listImportFileTaskRequest)Retrieves a list of all the imports performed.default CompletableFuture<ListImportFileTaskResponse>MigrationHubStrategyAsyncClient. listImportFileTask(ListImportFileTaskRequest listImportFileTaskRequest)Retrieves a list of all the imports performed. -
Uses of ListImportFileTaskResponse in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type ListImportFileTaskResponse Modifier and Type Method Description Iterator<ListImportFileTaskResponse>ListImportFileTaskIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhubstrategy.paginators with type arguments of type ListImportFileTaskResponse Modifier and Type Method Description voidListImportFileTaskPublisher. subscribe(org.reactivestreams.Subscriber<? super ListImportFileTaskResponse> subscriber)
-