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