Uses of Class
com.oracle.bmc.jms.model.ConfidenceLevel
-
Packages that use ConfidenceLevel Package Description com.oracle.bmc.jms.model -
-
Uses of ConfidenceLevel in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ConfidenceLevel Modifier and Type Method Description static ConfidenceLevel
ConfidenceLevel. create(String key)
ConfidenceLevel
LibraryUsage. getConfidenceLevel()
Confidence level of the assessed library’s vulnerabilities.static ConfidenceLevel
ConfidenceLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfidenceLevel[]
ConfidenceLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type ConfidenceLevel Modifier and Type Method Description LibraryUsage.Builder
LibraryUsage.Builder. confidenceLevel(ConfidenceLevel confidenceLevel)
Confidence level of the assessed library’s vulnerabilities.Constructors in com.oracle.bmc.jms.model with parameters of type ConfidenceLevel Constructor Description LibraryUsage(String libraryKey, String fleetId, String libraryName, String libraryVersion, String cveId, Float cvssScore, Boolean isDynamicallyDetected, Float highestVulnerabilityScore, List<LibraryVulnerability> vulnerabilities, ConfidenceLevel confidenceLevel, Integer approximateApplicationCount, Integer approximateJavaServerInstanceCount, Integer approximateDeployedApplicationCount, Integer approximateManagedInstanceCount, Date timeStart, Date timeEnd, Date timeFirstSeen, Date timeLastSeen, Date timeLastCveRefreshed)
Deprecated.
-