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