Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.RunTimeAnalyzerName
-
Packages that use RunTimeAnalyzerName Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of RunTimeAnalyzerName in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return RunTimeAnalyzerName Modifier and Type Method Description static RunTimeAnalyzerNameRunTimeAnalyzerName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RunTimeAnalyzerNameAnalyzerNameUnion. runTimeAnalyzerName()The assessment analyzer names.static RunTimeAnalyzerNameRunTimeAnalyzerName. valueOf(String name)Returns the enum constant of this type with the specified name.static RunTimeAnalyzerName[]RunTimeAnalyzerName. 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 RunTimeAnalyzerName Modifier and Type Method Description static Set<RunTimeAnalyzerName>RunTimeAnalyzerName. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type RunTimeAnalyzerName Modifier and Type Method Description static AnalyzerNameUnionAnalyzerNameUnion. fromRunTimeAnalyzerName(RunTimeAnalyzerName runTimeAnalyzerName)Create an instance of this class withAnalyzerNameUnion.runTimeAnalyzerNameAsString()initialized to the given value.AnalyzerNameUnion.BuilderAnalyzerNameUnion.Builder. runTimeAnalyzerName(RunTimeAnalyzerName runTimeAnalyzerName)The assessment analyzer names.
-