Uses of Interface
software.amazon.awssdk.services.migrationhub.model.DisassociateCreatedArtifactRequest.Builder
-
Packages that use DisassociateCreatedArtifactRequest.Builder 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 -
-
Uses of DisassociateCreatedArtifactRequest.Builder in software.amazon.awssdk.services.migrationhub
Method parameters in software.amazon.awssdk.services.migrationhub with type arguments of type DisassociateCreatedArtifactRequest.Builder Modifier and Type Method 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 DisassociateCreatedArtifactResponseMigrationHubClient. 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. -
Uses of DisassociateCreatedArtifactRequest.Builder in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return DisassociateCreatedArtifactRequest.Builder Modifier and Type Method Description static DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest. builder()DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. createdArtifactName(String createdArtifactName)An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. dryRun(Boolean dryRun)Optional boolean flag to indicate whether any effect should take place.DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. migrationTaskName(String migrationTaskName)Unique identifier that references the migration task to be disassociated with the artifact.DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest.Builder. progressUpdateStream(String progressUpdateStream)The name of the ProgressUpdateStream.DisassociateCreatedArtifactRequest.BuilderDisassociateCreatedArtifactRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhub.model that return types with arguments of type DisassociateCreatedArtifactRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateCreatedArtifactRequest.Builder>DisassociateCreatedArtifactRequest. serializableBuilderClass()
-