| 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 |
|---|---|
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 |
|---|---|
UpdateWorkflowRequest |
UpdateWorkflowRequest.addInputParametersEntry(String key,
StepInput value)
Add a single InputParameters entry
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clearInputParametersEntries()
Removes all the entries added into InputParameters.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clone() |
UpdateWorkflowRequest |
UpdateWorkflowRequest.withDescription(String description)
The description of the migration workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withId(String id)
The ID of the migration workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withName(String name)
The name of the migration workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withStepTargets(String... stepTargets)
The servers on which a step will be run.
|
Copyright © 2022. All rights reserved.