| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static TransformationToolName |
TransformationToolName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransformationToolName |
TransformationTool.name()
Name of the tool.
|
TransformationToolName |
StrategyOption.toolName()
The name of the tool that can be used to transform an application component using this strategy.
|
static TransformationToolName |
TransformationToolName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformationToolName[] |
TransformationToolName.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<TransformationToolName> |
TransformationToolName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransformationTool.Builder |
TransformationTool.Builder.name(TransformationToolName name)
Name of the tool.
|
StrategyOption.Builder |
StrategyOption.Builder.toolName(TransformationToolName toolName)
The name of the tool that can be used to transform an application component using this strategy.
|
Copyright © 2022. All rights reserved.