| 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 |
|---|---|
GetWorkflowStepResult |
AWSMigrationHubOrchestratorClient.getWorkflowStep(GetWorkflowStepRequest request)
Get a step in the migration workflow.
|
GetWorkflowStepResult |
AWSMigrationHubOrchestrator.getWorkflowStep(GetWorkflowStepRequest getWorkflowStepRequest)
Get a step in the migration workflow.
|
GetWorkflowStepResult |
AbstractAWSMigrationHubOrchestrator.getWorkflowStep(GetWorkflowStepRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.getWorkflowStepAsync(GetWorkflowStepRequest request,
AsyncHandler<GetWorkflowStepRequest,GetWorkflowStepResult> asyncHandler) |
Future<GetWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.getWorkflowStepAsync(GetWorkflowStepRequest request,
AsyncHandler<GetWorkflowStepRequest,GetWorkflowStepResult> asyncHandler) |
Future<GetWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.getWorkflowStepAsync(GetWorkflowStepRequest getWorkflowStepRequest,
AsyncHandler<GetWorkflowStepRequest,GetWorkflowStepResult> asyncHandler)
Get a step in the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepResult |
GetWorkflowStepResult.clone() |
GetWorkflowStepResult |
GetWorkflowStepResult.withCreationTime(Date creationTime)
The time at which the step was created.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withDescription(String description)
The description of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withEndTime(Date endTime)
The time at which the step ended.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withLastStartTime(Date lastStartTime)
The time at which the workflow was last started.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withName(String name)
The name of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withNext(Collection<String> next)
The next step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withNext(String... next)
The next step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withOutputs(Collection<WorkflowStepOutput> outputs)
The outputs of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withOutputs(WorkflowStepOutput... outputs)
The outputs of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withOwner(Owner owner)
The owner of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withOwner(String owner)
The owner of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withPrevious(Collection<String> previous)
The previous step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withPrevious(String... previous)
The previous step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withScriptOutputLocation(String scriptOutputLocation)
The output location of the script.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStatus(StepStatus status)
The status of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStatus(String status)
The status of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepActionType(String stepActionType)
The action type of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepGroupId(String stepGroupId)
The ID of the step group.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepId(String stepId)
The ID of the step.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepTarget(Collection<String> stepTarget)
The servers on which a step will be run.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withStepTarget(String... stepTarget)
The servers on which a step will be run.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
Copyright © 2023. All rights reserved.