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