Uses of Class
com.oracle.bmc.osmanagementhub.model.OsName
-
Packages that use OsName Package Description com.oracle.bmc.osmanagementhub.model -
-
Uses of OsName in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return OsName Modifier and Type Method Description static OsNameOsName. create(String key)static OsNameOsName. valueOf(String name)Returns the enum constant of this type with the specified name.static OsName[]OsName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type OsName Modifier and Type Method Description List<OsName>MatchingRule. getOsNames()The list of managed instance OS names.Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type OsName Modifier and Type Method Description MatchingRule.BuilderMatchingRule.Builder. osNames(List<OsName> osNames)The list of managed instance OS names.
-