| 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 |
|---|---|
UpdateWorkflowResult |
AbstractAWSMigrationHubOrchestrator.updateWorkflow(UpdateWorkflowRequest request) |
UpdateWorkflowResult |
AWSMigrationHubOrchestratorClient.updateWorkflow(UpdateWorkflowRequest request)
Update a migration workflow.
|
UpdateWorkflowResult |
AWSMigrationHubOrchestrator.updateWorkflow(UpdateWorkflowRequest updateWorkflowRequest)
Update a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Future<UpdateWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Future<UpdateWorkflowResult> |
AWSMigrationHubOrchestratorAsync.updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
Update a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowResult |
UpdateWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateWorkflowResult |
UpdateWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
UpdateWorkflowResult |
UpdateWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateWorkflowResult |
UpdateWorkflowResult.clearWorkflowInputsEntries()
Removes all the entries added into WorkflowInputs.
|
UpdateWorkflowResult |
UpdateWorkflowResult.clone() |
UpdateWorkflowResult |
UpdateWorkflowResult.withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The ID of the application configured in Application Discovery Service.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withDescription(String description)
The description of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withId(String id)
The ID of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withName(String name)
The name of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withStatus(String status)
The status of the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withStepTargets(String... stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withTags(Map<String,String> tags)
The tags added to the migration workflow.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withTemplateId(String templateId)
The ID of the template.
|
UpdateWorkflowResult |
UpdateWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required to update a migration workflow.
|
Copyright © 2024. All rights reserved.