| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateStepSummary |
TemplateStepSummary.clone() |
TemplateStepSummary |
TemplateStepSummary.withId(String id)
The ID of the step.
|
TemplateStepSummary |
TemplateStepSummary.withName(String name)
The name of the step.
|
TemplateStepSummary |
TemplateStepSummary.withNext(Collection<String> next)
The next step.
|
TemplateStepSummary |
TemplateStepSummary.withNext(String... next)
The next step.
|
TemplateStepSummary |
TemplateStepSummary.withOwner(Owner owner)
The owner of the step.
|
TemplateStepSummary |
TemplateStepSummary.withOwner(String owner)
The owner of the step.
|
TemplateStepSummary |
TemplateStepSummary.withPrevious(Collection<String> previous)
The previous step.
|
TemplateStepSummary |
TemplateStepSummary.withPrevious(String... previous)
The previous step.
|
TemplateStepSummary |
TemplateStepSummary.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
TemplateStepSummary |
TemplateStepSummary.withStepActionType(String stepActionType)
The action type of the step.
|
TemplateStepSummary |
TemplateStepSummary.withStepGroupId(String stepGroupId)
The ID of the step group.
|
TemplateStepSummary |
TemplateStepSummary.withTargetType(String targetType)
The servers on which to run the script.
|
TemplateStepSummary |
TemplateStepSummary.withTargetType(TargetType targetType)
The servers on which to run the script.
|
TemplateStepSummary |
TemplateStepSummary.withTemplateId(String templateId)
The ID of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateStepSummary> |
ListTemplateStepsResult.getTemplateStepSummaryList()
The list of summaries of steps in a template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateStepsResult |
ListTemplateStepsResult.withTemplateStepSummaryList(TemplateStepSummary... templateStepSummaryList)
The list of summaries of steps in a template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateStepsResult.setTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
|
ListTemplateStepsResult |
ListTemplateStepsResult.withTemplateStepSummaryList(Collection<TemplateStepSummary> templateStepSummaryList)
The list of summaries of steps in a template.
|
Copyright © 2024. All rights reserved.