| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateInput |
TemplateInput.clone() |
TemplateInput |
TemplateInput.withDataType(DataType dataType)
The data type of the template input.
|
TemplateInput |
TemplateInput.withDataType(String dataType)
The data type of the template input.
|
TemplateInput |
TemplateInput.withInputName(String inputName)
The name of the template.
|
TemplateInput |
TemplateInput.withRequired(Boolean required)
Determine if an input is required from the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateInput> |
GetTemplateResult.getInputs()
The inputs provided for the creation of the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResult |
GetTemplateResult.withInputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateResult.setInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResult |
GetTemplateResult.withInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
Copyright © 2025. All rights reserved.