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