Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ContainerScanSettings.ScanLevel
-
Packages that use ContainerScanSettings.ScanLevel Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of ContainerScanSettings.ScanLevel in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ContainerScanSettings.ScanLevel Modifier and Type Method Description static ContainerScanSettings.ScanLevel
ContainerScanSettings.ScanLevel. create(String key)
ContainerScanSettings.ScanLevel
ContainerScanSettings. getScanLevel()
The scan levelstatic ContainerScanSettings.ScanLevel
ContainerScanSettings.ScanLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContainerScanSettings.ScanLevel[]
ContainerScanSettings.ScanLevel. 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 ContainerScanSettings.ScanLevel Modifier and Type Method Description ContainerScanSettings.Builder
ContainerScanSettings.Builder. scanLevel(ContainerScanSettings.ScanLevel scanLevel)
The scan levelConstructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type ContainerScanSettings.ScanLevel Constructor Description ContainerScanSettings(ContainerScanSettings.ScanLevel scanLevel)
Deprecated.
-