| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.clone() |
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withId(String id)
The ID of the step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withName(String name)
The name of the step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withNext(Collection<String> next)
The next step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withNext(String... next)
The next step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withOwner(Owner owner)
The owner of the step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withOwner(String owner)
The owner of the step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withPrevious(Collection<String> previous)
The previous step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withPrevious(String... previous)
The previous step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withStatus(StepGroupStatus status)
The status of the step group.
|
WorkflowStepGroupSummary |
WorkflowStepGroupSummary.withStatus(String status)
The status of the step group.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowStepGroupSummary> |
ListWorkflowStepGroupsResult.getWorkflowStepGroupsSummary()
The summary of step groups in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowStepGroupsResult |
ListWorkflowStepGroupsResult.withWorkflowStepGroupsSummary(WorkflowStepGroupSummary... workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkflowStepGroupsResult.setWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
ListWorkflowStepGroupsResult |
ListWorkflowStepGroupsResult.withWorkflowStepGroupsSummary(Collection<WorkflowStepGroupSummary> workflowStepGroupsSummary)
The summary of step groups in a migration workflow.
|
Copyright © 2024. All rights reserved.