| 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<CreateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowStepAsync(CreateWorkflowStepRequest request,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler) |
Future<CreateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowStepAsync(CreateWorkflowStepRequest createWorkflowStepRequest,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler)
Create a step in the migration workflow.
|
Future<CreateWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowStepAsync(CreateWorkflowStepRequest request,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.clone() |
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withDescription(String description)
The description of the step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withName(String name)
The name of the step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withNext(Collection<String> next)
The next step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withNext(String... next)
The next step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withOutputs(Collection<WorkflowStepOutput> outputs)
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withOutputs(WorkflowStepOutput... outputs)
The key value pairs added for the expected output.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withPrevious(Collection<String> previous)
The previous step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withPrevious(String... previous)
The previous step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepActionType(String stepActionType)
The action type of the step.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepGroupId(String stepGroupId)
The ID of the step group.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withStepTarget(String... stepTarget)
The servers on which a step will be run.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
Copyright © 2023. All rights reserved.