Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.AnalyzerNameUnion
-
Packages that use AnalyzerNameUnion Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of AnalyzerNameUnion in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return AnalyzerNameUnion Modifier and Type Method Description AnalyzerNameUnionAntipatternReportResult. analyzerName()The analyzer name.static AnalyzerNameUnionAnalyzerNameUnion. fromBinaryAnalyzerName(String binaryAnalyzerName)Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionAnalyzerNameUnion. fromBinaryAnalyzerName(BinaryAnalyzerName binaryAnalyzerName)Create an instance of this class withbinaryAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionAnalyzerNameUnion. fromRunTimeAnalyzerName(String runTimeAnalyzerName)Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionAnalyzerNameUnion. fromRunTimeAnalyzerName(RunTimeAnalyzerName runTimeAnalyzerName)Create an instance of this class withrunTimeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionAnalyzerNameUnion. fromSourceCodeAnalyzerName(String sourceCodeAnalyzerName)Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.static AnalyzerNameUnionAnalyzerNameUnion. fromSourceCodeAnalyzerName(SourceCodeAnalyzerName sourceCodeAnalyzerName)Create an instance of this class withsourceCodeAnalyzerNameAsString()initialized to the given value.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type AnalyzerNameUnion Modifier and Type Method Description AntipatternReportResult.BuilderAntipatternReportResult.Builder. analyzerName(AnalyzerNameUnion analyzerName)The analyzer name.
-