| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListProgressUpdateStreamsResponse |
MigrationHubClient.listProgressUpdateStreams(Consumer<ListProgressUpdateStreamsRequest.Builder> listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
default ListProgressUpdateStreamsResponse |
MigrationHubClient.listProgressUpdateStreams(ListProgressUpdateStreamsRequest listProgressUpdateStreamsRequest)
Lists progress update streams associated with the user account making this call.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProgressUpdateStreamsResponse> |
ListProgressUpdateStreamsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProgressUpdateStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProgressUpdateStreamsResponse> subscriber) |
Copyright © 2023. All rights reserved.