Uses of Class
software.amazon.awssdk.services.migrationhub.model.DisassociateCreatedArtifactResponse
-
Packages that use DisassociateCreatedArtifactResponse 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. -
-
Uses of DisassociateCreatedArtifactResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return DisassociateCreatedArtifactResponse Modifier and Type Method Description 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.default DisassociateCreatedArtifactResponseMigrationHubClient. disassociateCreatedArtifact(DisassociateCreatedArtifactRequest disassociateCreatedArtifactRequest)Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type DisassociateCreatedArtifactResponse 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 CompletableFuture<DisassociateCreatedArtifactResponse>MigrationHubAsyncClient. disassociateCreatedArtifact(DisassociateCreatedArtifactRequest disassociateCreatedArtifactRequest)Disassociates a created artifact of an AWS resource with a migration task performed by a migration tool that was previously associated.
-