| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateStepGroupSummary |
TemplateStepGroupSummary.clone() |
TemplateStepGroupSummary |
TemplateStepGroupSummary.withId(String id)
The ID of the step group.
|
TemplateStepGroupSummary |
TemplateStepGroupSummary.withName(String name)
The name of the step group.
|
TemplateStepGroupSummary |
TemplateStepGroupSummary.withNext(Collection<String> next)
The next step group.
|
TemplateStepGroupSummary |
TemplateStepGroupSummary.withNext(String... next)
The next step group.
|
TemplateStepGroupSummary |
TemplateStepGroupSummary.withPrevious(Collection<String> previous)
The previous step group.
|
TemplateStepGroupSummary |
TemplateStepGroupSummary.withPrevious(String... previous)
The previous step group.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateStepGroupSummary> |
ListTemplateStepGroupsResult.getTemplateStepGroupSummary()
The summary of the step group in the template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateStepGroupsResult |
ListTemplateStepGroupsResult.withTemplateStepGroupSummary(TemplateStepGroupSummary... templateStepGroupSummary)
The summary of the step group in the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateStepGroupsResult.setTemplateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)
The summary of the step group in the template.
|
ListTemplateStepGroupsResult |
ListTemplateStepGroupsResult.withTemplateStepGroupSummary(Collection<TemplateStepGroupSummary> templateStepGroupSummary)
The summary of the step group in the template.
|
Copyright © 2023. All rights reserved.