| 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<UpdateWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.updateWorkflowStepAsync(UpdateWorkflowStepRequest request,
AsyncHandler<UpdateWorkflowStepRequest,UpdateWorkflowStepResult> asyncHandler) |
Future<UpdateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.updateWorkflowStepAsync(UpdateWorkflowStepRequest updateWorkflowStepRequest,
AsyncHandler<UpdateWorkflowStepRequest,UpdateWorkflowStepResult> asyncHandler)
Update a step in a migration workflow.
|
Future<UpdateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.updateWorkflowStepAsync(UpdateWorkflowStepRequest request,
AsyncHandler<UpdateWorkflowStepRequest,UpdateWorkflowStepResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.clone() |
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withDescription(String description)
The description of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withId(String id)
The ID of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withName(String name)
The name of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withNext(Collection<String> next)
The next step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withNext(String... next)
The next step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withOutputs(WorkflowStepOutput... outputs)
The outputs of a step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withPrevious(Collection<String> previous)
The previous step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withPrevious(String... previous)
The previous step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStatus(StepStatus status)
The status of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStatus(String status)
The status of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepActionType(String stepActionType)
The action type of the step.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepGroupId(String stepGroupId)
The ID of the step group.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withStepTarget(String... stepTarget)
The servers on which a step will be run.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
Copyright © 2023. All rights reserved.