| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
StepOutput |
StepOutput.clone() |
StepOutput |
StepOutput.withDataType(DataType dataType)
The data type of the step output.
|
StepOutput |
StepOutput.withDataType(String dataType)
The data type of the step output.
|
StepOutput |
StepOutput.withName(String name)
The name of the step.
|
StepOutput |
StepOutput.withRequired(Boolean required)
Determine if an output is required from a step.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepOutput> |
GetTemplateStepResult.getOutputs()
The outputs of the step.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateStepResult |
GetTemplateStepResult.withOutputs(StepOutput... outputs)
The outputs of the step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateStepResult.setOutputs(Collection<StepOutput> outputs)
The outputs of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withOutputs(Collection<StepOutput> outputs)
The outputs of the step.
|
Copyright © 2025. All rights reserved.