Uses of Class
software.amazon.awssdk.services.migrationhub.model.AssociateCreatedArtifactResponse
-
Packages that use AssociateCreatedArtifactResponse 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 AssociateCreatedArtifactResponse in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return AssociateCreatedArtifactResponse Modifier and Type Method Description default AssociateCreatedArtifactResponseMigrationHubClient. 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 AssociateCreatedArtifactResponseMigrationHubClient. associateCreatedArtifact(AssociateCreatedArtifactRequest associateCreatedArtifactRequest)Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration task performed by a migration tool.Methods in software.amazon.awssdk.services.migrationhub that return types with arguments of type AssociateCreatedArtifactResponse Modifier and Type Method 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 CompletableFuture<AssociateCreatedArtifactResponse>MigrationHubAsyncClient. associateCreatedArtifact(AssociateCreatedArtifactRequest associateCreatedArtifactRequest)Associates a created artifact of an AWS cloud resource, the target receiving the migration, with the migration task performed by a migration tool.
-