| 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 ListMigrationTasksResponse |
MigrationHubClient.listMigrationTasks(Consumer<ListMigrationTasksRequest.Builder> listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksResponse |
MigrationHubClient.listMigrationTasks(ListMigrationTasksRequest listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMigrationTasksResponse> |
ListMigrationTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMigrationTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMigrationTasksResponse> subscriber) |
Copyright © 2023. All rights reserved.