| 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 AssociateCreatedArtifactResponse |
MigrationHubClient.associateCreatedArtifact(AssociateCreatedArtifactRequest associateCreatedArtifactRequest)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
default AssociateCreatedArtifactResponse |
MigrationHubClient.associateCreatedArtifact(Consumer<AssociateCreatedArtifactRequest.Builder> associateCreatedArtifactRequest)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
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 CreateProgressUpdateStreamResponse |
MigrationHubClient.createProgressUpdateStream(Consumer<CreateProgressUpdateStreamRequest.Builder> createProgressUpdateStreamRequest)
Creates a progress update stream which is an AWS resource used for access control as well as a namespace for
migration task names that is implicitly linked to your AWS account.
|
default CreateProgressUpdateStreamResponse |
MigrationHubClient.createProgressUpdateStream(CreateProgressUpdateStreamRequest createProgressUpdateStreamRequest)
Creates a progress update stream which is an AWS resource used for access control as well as a namespace for
migration task names that is implicitly linked to your AWS account.
|
default DeleteProgressUpdateStreamResponse |
MigrationHubClient.deleteProgressUpdateStream(Consumer<DeleteProgressUpdateStreamRequest.Builder> deleteProgressUpdateStreamRequest)
Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource
used for access control.
|
default DeleteProgressUpdateStreamResponse |
MigrationHubClient.deleteProgressUpdateStream(DeleteProgressUpdateStreamRequest deleteProgressUpdateStreamRequest)
Deletes a progress update stream, including all of its tasks, which was previously created as an AWS resource
used for access control.
|
default DisassociateCreatedArtifactResponse |
MigrationHubClient.disassociateCreatedArtifact(Consumer<DisassociateCreatedArtifactRequest.Builder> disassociateCreatedArtifactRequest)
Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was
previously associated.
|
default DisassociateCreatedArtifactResponse |
MigrationHubClient.disassociateCreatedArtifact(DisassociateCreatedArtifactRequest disassociateCreatedArtifactRequest)
Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was
previously associated.
|
default DisassociateDiscoveredResourceResponse |
MigrationHubClient.disassociateDiscoveredResource(Consumer<DisassociateDiscoveredResourceRequest.Builder> disassociateDiscoveredResourceRequest)
Disassociate an Application Discovery Service discovered resource from a migration task.
|
default DisassociateDiscoveredResourceResponse |
MigrationHubClient.disassociateDiscoveredResource(DisassociateDiscoveredResourceRequest disassociateDiscoveredResourceRequest)
Disassociate an Application Discovery Service discovered resource from a migration task.
|
default ImportMigrationTaskResponse |
MigrationHubClient.importMigrationTask(Consumer<ImportMigrationTaskRequest.Builder> importMigrationTaskRequest)
Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration
tool.
|
default ImportMigrationTaskResponse |
MigrationHubClient.importMigrationTask(ImportMigrationTaskRequest importMigrationTaskRequest)
Registers a new migration task which represents a server, database, etc., being migrated to AWS by a migration
tool.
|
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.
|
default NotifyMigrationTaskStateResponse |
MigrationHubClient.notifyMigrationTaskState(Consumer<NotifyMigrationTaskStateRequest.Builder> notifyMigrationTaskStateRequest)
Notifies Migration Hub of the current status, progress, or other detail regarding a migration task.
|
default NotifyMigrationTaskStateResponse |
MigrationHubClient.notifyMigrationTaskState(NotifyMigrationTaskStateRequest notifyMigrationTaskStateRequest)
Notifies Migration Hub of the current status, progress, or other detail regarding a migration task.
|
default PutResourceAttributesResponse |
MigrationHubClient.putResourceAttributes(Consumer<PutResourceAttributesRequest.Builder> putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
default PutResourceAttributesResponse |
MigrationHubClient.putResourceAttributes(PutResourceAttributesRequest putResourceAttributesRequest)
Provides identifying details of the resource being migrated so that it can be associated in the Application
Discovery Service repository.
|
Copyright © 2023. All rights reserved.