Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.HostCisBenchmarkScanResultScore
-
Packages that use HostCisBenchmarkScanResultScore Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of HostCisBenchmarkScanResultScore in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return HostCisBenchmarkScanResultScore Modifier and Type Method Description HostCisBenchmarkScanResultScoreHostCisBenchmarkScanResultScore.Builder. build()Methods in com.oracle.bmc.vulnerabilityscanning.model that return types with arguments of type HostCisBenchmarkScanResultScore Modifier and Type Method Description List<HostCisBenchmarkScanResultScore>HostCisBenchmarkScanResult. getCisBenchmarkScanResultScores()A single CIS (Center for Internet Security) benchmark scan executed on a host.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type HostCisBenchmarkScanResultScore Modifier and Type Method Description HostCisBenchmarkScanResultScore.BuilderHostCisBenchmarkScanResultScore.Builder. copy(HostCisBenchmarkScanResultScore model)Method parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostCisBenchmarkScanResultScore Modifier and Type Method Description HostCisBenchmarkScanResult.BuilderHostCisBenchmarkScanResult.Builder. cisBenchmarkScanResultScores(List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores)A single CIS (Center for Internet Security) benchmark scan executed on a host.Constructor parameters in com.oracle.bmc.vulnerabilityscanning.model with type arguments of type HostCisBenchmarkScanResultScore Constructor Description HostCisBenchmarkScanResult(String id, String displayName, String instanceId, String compartmentId, Date timeStarted, Date timeFinished, Integer cisBenchmarkScanIssuesCount, List<HostCisBenchmarkScanResultScore> cisBenchmarkScanResultScores, LifecycleState lifecycleState)Deprecated.
-