| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateCreatedArtifactResult |
AWSMigrationHubClient.associateCreatedArtifact(AssociateCreatedArtifactRequest request)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
AssociateCreatedArtifactResult |
AbstractAWSMigrationHub.associateCreatedArtifact(AssociateCreatedArtifactRequest request) |
AssociateCreatedArtifactResult |
AWSMigrationHub.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.
|
Future<AssociateCreatedArtifactResult> |
AWSMigrationHubAsyncClient.associateCreatedArtifactAsync(AssociateCreatedArtifactRequest request) |
Future<AssociateCreatedArtifactResult> |
AWSMigrationHubAsync.associateCreatedArtifactAsync(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.
|
Future<AssociateCreatedArtifactResult> |
AbstractAWSMigrationHubAsync.associateCreatedArtifactAsync(AssociateCreatedArtifactRequest request) |
Future<AssociateCreatedArtifactResult> |
AWSMigrationHubAsyncClient.associateCreatedArtifactAsync(AssociateCreatedArtifactRequest request,
AsyncHandler<AssociateCreatedArtifactRequest,AssociateCreatedArtifactResult> asyncHandler) |
Future<AssociateCreatedArtifactResult> |
AWSMigrationHubAsync.associateCreatedArtifactAsync(AssociateCreatedArtifactRequest associateCreatedArtifactRequest,
AsyncHandler<AssociateCreatedArtifactRequest,AssociateCreatedArtifactResult> asyncHandler)
Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration
task performed by a migration tool.
|
Future<AssociateCreatedArtifactResult> |
AbstractAWSMigrationHubAsync.associateCreatedArtifactAsync(AssociateCreatedArtifactRequest request,
AsyncHandler<AssociateCreatedArtifactRequest,AssociateCreatedArtifactResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.clone() |
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.withCreatedArtifact(CreatedArtifact createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
AssociateCreatedArtifactRequest |
AssociateCreatedArtifactRequest.withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
Copyright © 2024. All rights reserved.