Uses of Class
software.amazon.awssdk.services.migrationhub.model.ListProgressUpdateStreamsResponse
-
Packages that use ListProgressUpdateStreamsResponse 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 ListProgressUpdateStreamsResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return ListProgressUpdateStreamsResponse Modifier and Type Method Description default ListProgressUpdateStreamsResponseMigrationHubClient. listProgressUpdateStreams(Consumer<ListProgressUpdateStreamsRequest.Builder> listProgressUpdateStreamsRequest)Lists progress update streams associated with the user account making this call.default ListProgressUpdateStreamsResponseMigrationHubClient. listProgressUpdateStreams(ListProgressUpdateStreamsRequest listProgressUpdateStreamsRequest)Lists progress update streams associated with the user account making this call.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type ListProgressUpdateStreamsResponse Modifier and Type Method Description default CompletableFuture<ListProgressUpdateStreamsResponse>MigrationHubAsyncClient. listProgressUpdateStreams(Consumer<ListProgressUpdateStreamsRequest.Builder> listProgressUpdateStreamsRequest)Lists progress update streams associated with the user account making this call.default CompletableFuture<ListProgressUpdateStreamsResponse>MigrationHubAsyncClient. listProgressUpdateStreams(ListProgressUpdateStreamsRequest listProgressUpdateStreamsRequest)Lists progress update streams associated with the user account making this call. -
Uses of ListProgressUpdateStreamsResponse in software.amazon.awssdk.services.migrationhub.paginators
Methods in software.amazon.awssdk.services.migrationhub.paginators that return types with arguments of type ListProgressUpdateStreamsResponse Modifier and Type Method Description Iterator<ListProgressUpdateStreamsResponse>ListProgressUpdateStreamsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhub.paginators with type arguments of type ListProgressUpdateStreamsResponse Modifier and Type Method Description voidListProgressUpdateStreamsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProgressUpdateStreamsResponse> subscriber)
-