| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowResult |
AbstractAWSMigrationHubOrchestrator.createWorkflow(CreateWorkflowRequest request) |
CreateWorkflowResult |
AWSMigrationHubOrchestrator.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
CreateWorkflowResult |
AWSMigrationHubOrchestratorClient.createWorkflow(CreateWorkflowRequest request)
Create a workflow to orchestrate your migrations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Create a workflow to orchestrate your migrations.
|
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowResult |
CreateWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowResult |
CreateWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
CreateWorkflowResult |
CreateWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowResult |
CreateWorkflowResult.clearWorkflowInputsEntries()
Removes all the entries added into WorkflowInputs.
|
CreateWorkflowResult |
CreateWorkflowResult.clone() |
CreateWorkflowResult |
CreateWorkflowResult.withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowResult |
CreateWorkflowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
CreateWorkflowResult |
CreateWorkflowResult.withDescription(String description)
The description of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withId(String id)
The ID of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withName(String name)
The name of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withStatus(String status)
The status of the migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResult |
CreateWorkflowResult.withStepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowResult |
CreateWorkflowResult.withTags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowResult |
CreateWorkflowResult.withTemplateId(String templateId)
The ID of the template.
|
CreateWorkflowResult |
CreateWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs for creating a migration workflow.
|
Copyright © 2025. All rights reserved.