Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.ScanResultScore
-
Packages that use ScanResultScore Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of ScanResultScore in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return ScanResultScore Modifier and Type Method Description static ScanResultScoreScanResultScore. create(String key)ScanResultScoreHostCisBenchmarkScanResultScore. getScore()Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)static ScanResultScoreScanResultScore. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanResultScore[]ScanResultScore. 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 ScanResultScore Modifier and Type Method Description HostCisBenchmarkScanResultScore.BuilderHostCisBenchmarkScanResultScore.Builder. score(ScanResultScore score)Result score of CIS (Center for Internet Security) benchmark execution (Pass/Fail)Constructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type ScanResultScore Constructor Description HostCisBenchmarkScanResultScore(String benchmarkIdentifier, String description, ScanResultScore score)Deprecated.
-