| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepSummary |
WorkflowStepSummary.clone() |
WorkflowStepSummary |
WorkflowStepSummary.withDescription(String description)
The description of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withName(String name)
The name of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withNext(Collection<String> next)
The next step.
|
WorkflowStepSummary |
WorkflowStepSummary.withNext(String... next)
The next step.
|
WorkflowStepSummary |
WorkflowStepSummary.withNoOfSrvCompleted(Integer noOfSrvCompleted)
The number of servers that have been migrated.
|
WorkflowStepSummary |
WorkflowStepSummary.withNoOfSrvFailed(Integer noOfSrvFailed)
The number of servers that have failed to migrate.
|
WorkflowStepSummary |
WorkflowStepSummary.withOwner(Owner owner)
The owner of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withOwner(String owner)
The owner of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withPrevious(Collection<String> previous)
The previous step.
|
WorkflowStepSummary |
WorkflowStepSummary.withPrevious(String... previous)
The previous step.
|
WorkflowStepSummary |
WorkflowStepSummary.withScriptLocation(String scriptLocation)
The location of the script.
|
WorkflowStepSummary |
WorkflowStepSummary.withStatus(StepStatus status)
The status of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withStatus(String status)
The status of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
WorkflowStepSummary |
WorkflowStepSummary.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withStepActionType(String stepActionType)
The action type of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withStepId(String stepId)
The ID of the step.
|
WorkflowStepSummary |
WorkflowStepSummary.withTotalNoOfSrv(Integer totalNoOfSrv)
The total number of servers that have been migrated.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepSummary> |
ListWorkflowStepsResult.getWorkflowStepsSummary()
The summary of steps in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepsResult |
ListWorkflowStepsResult.withWorkflowStepsSummary(WorkflowStepSummary... workflowStepsSummary)
The summary of steps in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowStepsResult.setWorkflowStepsSummary(Collection<WorkflowStepSummary> workflowStepsSummary)
The summary of steps in a migration workflow.
|
ListWorkflowStepsResult |
ListWorkflowStepsResult.withWorkflowStepsSummary(Collection<WorkflowStepSummary> workflowStepsSummary)
The summary of steps in a migration workflow.
|
Copyright © 2025. All rights reserved.