| 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 | |
| software.amazon.awssdk.services.migrationhub.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMigrationTasksResponse> |
MigrationHubAsyncClient.listMigrationTasks(ListMigrationTasksRequest 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.
|
default ListMigrationTasksPublisher |
MigrationHubAsyncClient.listMigrationTasksPaginator(ListMigrationTasksRequest listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
default ListMigrationTasksIterable |
MigrationHubClient.listMigrationTasksPaginator(ListMigrationTasksRequest listMigrationTasksRequest)
Lists all, or filtered by resource name, migration tasks associated with the user account making this call.
|
| Constructor and Description |
|---|
ListMigrationTasksIterable(MigrationHubClient client,
ListMigrationTasksRequest firstRequest) |
ListMigrationTasksPublisher(MigrationHubAsyncClient client,
ListMigrationTasksRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMigrationTasksRequestMarshaller.marshall(ListMigrationTasksRequest listMigrationTasksRequest) |
Copyright © 2023. All rights reserved.