Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.GetImportFileTaskResponse
-
Packages that use GetImportFileTaskResponse Package Description software.amazon.awssdk.services.migrationhubstrategy Migration Hub Strategy Recommendations -
-
Uses of GetImportFileTaskResponse in software.amazon.awssdk.services.migrationhubstrategy
Methods in software.amazon.awssdk.services.migrationhubstrategy that return GetImportFileTaskResponse Modifier and Type Method Description default GetImportFileTaskResponseMigrationHubStrategyClient. getImportFileTask(Consumer<GetImportFileTaskRequest.Builder> getImportFileTaskRequest)Retrieves the details about a specific import task.default GetImportFileTaskResponseMigrationHubStrategyClient. getImportFileTask(GetImportFileTaskRequest getImportFileTaskRequest)Retrieves the details about a specific import task.Methods in software.amazon.awssdk.services.migrationhubstrategy that return types with arguments of type GetImportFileTaskResponse Modifier and Type Method Description default CompletableFuture<GetImportFileTaskResponse>MigrationHubStrategyAsyncClient. getImportFileTask(Consumer<GetImportFileTaskRequest.Builder> getImportFileTaskRequest)Retrieves the details about a specific import task.default CompletableFuture<GetImportFileTaskResponse>MigrationHubStrategyAsyncClient. getImportFileTask(GetImportFileTaskRequest getImportFileTaskRequest)Retrieves the details about a specific import task.
-