| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
DataType |
StepOutput.dataType()
The data type of the step output.
|
DataType |
WorkflowStepOutput.dataType()
The data type of the output.
|
DataType |
TemplateInput.dataType()
The data type of the template input.
|
static DataType |
DataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataType> |
DataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StepOutput.Builder |
StepOutput.Builder.dataType(DataType dataType)
The data type of the step output.
|
WorkflowStepOutput.Builder |
WorkflowStepOutput.Builder.dataType(DataType dataType)
The data type of the output.
|
TemplateInput.Builder |
TemplateInput.Builder.dataType(DataType dataType)
The data type of the template input.
|
Copyright © 2023. All rights reserved.