Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.OperatingSystem
-
Packages that use OperatingSystem Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of OperatingSystem in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return OperatingSystem Modifier and Type Method Description static OperatingSystem
OperatingSystem. create(String key)
OperatingSystem
FolderToScan. getOperatingsystem()
Operating system typestatic OperatingSystem
OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatingSystem[]
OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type OperatingSystem Modifier and Type Method Description FolderToScan.Builder
FolderToScan.Builder. operatingsystem(OperatingSystem operatingsystem)
Operating system typeConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type OperatingSystem Constructor Description FolderToScan(OperatingSystem operatingsystem, String folder)
Deprecated.
-