| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateCreatedArtifactResponse> |
MigrationHubAsyncClient.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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.builder() |
default AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.createdArtifact(Consumer<CreatedArtifact.Builder> createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.createdArtifact(CreatedArtifact createdArtifact)
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.dryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.migrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.Builder.progressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
AssociateCreatedArtifactRequest.Builder |
AssociateCreatedArtifactRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateCreatedArtifactRequest.Builder> |
AssociateCreatedArtifactRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.