Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListMigrationTaskUpdatesResponse
-
Packages that use ListMigrationTaskUpdatesResponse 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 ListMigrationTaskUpdatesResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return ListMigrationTaskUpdatesResponse Modifier and Type Method Description default ListMigrationTaskUpdatesResponseMigrationHubClient. listMigrationTaskUpdates(Consumer<ListMigrationTaskUpdatesRequest.Builder> listMigrationTaskUpdatesRequest)This is a paginated API that returns all the migration-task states for the specifiedMigrationTaskNameandProgressUpdateStream.default ListMigrationTaskUpdatesResponseMigrationHubClient. listMigrationTaskUpdates(ListMigrationTaskUpdatesRequest listMigrationTaskUpdatesRequest)This is a paginated API that returns all the migration-task states for the specifiedMigrationTaskNameandProgressUpdateStream.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type ListMigrationTaskUpdatesResponse Modifier and Type Method Description default CompletableFuture<ListMigrationTaskUpdatesResponse>MigrationHubAsyncClient. listMigrationTaskUpdates(Consumer<ListMigrationTaskUpdatesRequest.Builder> listMigrationTaskUpdatesRequest)This is a paginated API that returns all the migration-task states for the specifiedMigrationTaskNameandProgressUpdateStream.default CompletableFuture<ListMigrationTaskUpdatesResponse>MigrationHubAsyncClient. listMigrationTaskUpdates(ListMigrationTaskUpdatesRequest listMigrationTaskUpdatesRequest)This is a paginated API that returns all the migration-task states for the specifiedMigrationTaskNameandProgressUpdateStream. -
Uses of ListMigrationTaskUpdatesResponse in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ListMigrationTaskUpdatesResponse Modifier and Type Method Description Iterator<ListMigrationTaskUpdatesResponse>ListMigrationTaskUpdatesIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhub.paginators with type arguments of type ListMigrationTaskUpdatesResponse Modifier and Type Method Description voidListMigrationTaskUpdatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMigrationTaskUpdatesResponse> subscriber)
-