Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListMigrationTasksResponse
-
Packages that use ListMigrationTasksResponse Package Description software.amazon.awssdk.services.migrationhub The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.software.amazon.awssdk.services.migrationhub.paginators -
-
Uses of ListMigrationTasksResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return ListMigrationTasksResponse Modifier and Type Method Description default ListMigrationTasksResponseMigrationHubClient. listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.default ListMigrationTasksResponseMigrationHubClient. listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type ListMigrationTasksResponse Modifier and Type Method Description default CompletableFuture<ListMigrationTasksResponse>MigrationHubAsyncClient. listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call.default CompletableFuture<ListMigrationTasksResponse>MigrationHubAsyncClient. listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)Lists all, or filtered by resource name, migration tasks associated with the user account making this call. -
Uses of ListMigrationTasksResponse in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ListMigrationTasksResponse Modifier and Type Method Description Iterator<ListMigrationTasksResponse>ListMigrationTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhub.paginators with type arguments of type ListMigrationTasksResponse Modifier and Type Method Description voidListMigrationTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMigrationTasksResponse> subscriber)
-