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