Uses of Class
com.oracle.bmc.jms.model.LibraryInventory.Builder
-
Packages that use LibraryInventory.Builder Package Description com.oracle.bmc.jms.model -
-
Uses of LibraryInventory.Builder in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return LibraryInventory.Builder Modifier and Type Method Description static LibraryInventory.Builder
LibraryInventory. builder()
Create a new builder.LibraryInventory.Builder
LibraryInventory.Builder. copy(LibraryInventory model)
LibraryInventory.Builder
LibraryInventory.Builder. dynamicallyDetectedLibraryCount(Integer dynamicallyDetectedLibraryCount)
The count of libraries which are detected dynamically.LibraryInventory.Builder
LibraryInventory.Builder. highSeverityLibraryCount(Integer highSeverityLibraryCount)
The count of libraries with high severity vulnerabilities.LibraryInventory.Builder
LibraryInventory.Builder. lowSeverityLibraryCount(Integer lowSeverityLibraryCount)
The count of libraries with low severity vulnerabilities.LibraryInventory.Builder
LibraryInventory.Builder. mediumSeverityLibraryCount(Integer mediumSeverityLibraryCount)
The count of libraries with medium severity vulnerabilities.LibraryInventory.Builder
LibraryInventory.Builder. staticallyDetectedLibraryCount(Integer staticallyDetectedLibraryCount)
The count of libraries which are detected statically.LibraryInventory.Builder
LibraryInventory. toBuilder()
LibraryInventory.Builder
LibraryInventory.Builder. uncorrelatedPackageCount(Integer uncorrelatedPackageCount)
The count of packages which are detected but not correlated to any libraries.
-