Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.TransformationToolName
-
Packages that use TransformationToolName Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of TransformationToolName in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return TransformationToolName Modifier and Type Method Description static TransformationToolNameTransformationToolName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformationToolNameTransformationTool. name()Name of the tool.TransformationToolNameStrategyOption. toolName()The name of the tool that can be used to transform an application component using this strategy.static TransformationToolNameTransformationToolName. 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.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type TransformationToolName Modifier and Type Method Description static Set<TransformationToolName>TransformationToolName. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type TransformationToolName Modifier and Type Method Description TransformationTool.BuilderTransformationTool.Builder. name(TransformationToolName name)Name of the tool.StrategyOption.BuilderStrategyOption.Builder. toolName(TransformationToolName toolName)The name of the tool that can be used to transform an application component using this strategy.
-