| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateDiscoveredResourceResponse |
MigrationHubClient.associateDiscoveredResource(AssociateDiscoveredResourceRequest associateDiscoveredResourceRequest)
Associates a discovered resource ID from Application Discovery Service with a migration task.
|
default AssociateDiscoveredResourceResponse |
MigrationHubClient.associateDiscoveredResource(Consumer<AssociateDiscoveredResourceRequest.Builder> associateDiscoveredResourceRequest)
Associates a discovered resource ID from Application Discovery Service with a migration task.
|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(Consumer<DescribeApplicationStateRequest.Builder> describeApplicationStateRequest)
Gets the migration status of an application.
|
default DescribeApplicationStateResponse |
MigrationHubClient.describeApplicationState(DescribeApplicationStateRequest describeApplicationStateRequest)
Gets the migration status of an application.
|
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.
|
default ListMigrationTasksIterable |
MigrationHubClient.listMigrationTasksPaginator(Consumer<ListMigrationTasksRequest.Builder> 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.
|
default NotifyApplicationStateResponse |
MigrationHubClient.notifyApplicationState(Consumer<NotifyApplicationStateRequest.Builder> notifyApplicationStateRequest)
Sets the migration state of an application.
|
default NotifyApplicationStateResponse |
MigrationHubClient.notifyApplicationState(NotifyApplicationStateRequest notifyApplicationStateRequest)
Sets the migration state of an application.
|
Copyright © 2023. All rights reserved.