Uses of Class
software.amazon.awssdk.services.migrationhub.model.DisassociateCreatedArtifactRequest
-
Packages that use DisassociateCreatedArtifactRequest 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.transform -
-
Uses of DisassociateCreatedArtifactRequest in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub with parameters of type DisassociateCreatedArtifactRequest Modifier and Type Method Description 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.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. -
Uses of DisassociateCreatedArtifactRequest in software.amazon.awssdk.services.migrationhub.transform
Methods in software.amazon.awssdk.services.migrationhub.transform with parameters of type DisassociateCreatedArtifactRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateCreatedArtifactRequestMarshaller. marshall(DisassociateCreatedArtifactRequest disassociateCreatedArtifactRequest)
-