static ScanDetections.Builder |
ScanDetections.builder() |
|
default ScanDetections.Builder |
ScanDetections.Builder.highestSeverityThreatDetails(Consumer<HighestSeverityThreatDetails.Builder> highestSeverityThreatDetails) |
Details of the highest severity threat detected during malware scan and number of infected files.
|
ScanDetections.Builder |
ScanDetections.Builder.highestSeverityThreatDetails(HighestSeverityThreatDetails highestSeverityThreatDetails) |
Details of the highest severity threat detected during malware scan and number of infected files.
|
default ScanDetections.Builder |
ScanDetections.Builder.scannedItemCount(Consumer<ScannedItemCount.Builder> scannedItemCount) |
Total number of scanned files.
|
ScanDetections.Builder |
ScanDetections.Builder.scannedItemCount(ScannedItemCount scannedItemCount) |
Total number of scanned files.
|
default ScanDetections.Builder |
ScanDetections.Builder.threatDetectedByName(Consumer<ThreatDetectedByName.Builder> threatDetectedByName) |
Contains details about identified threats organized by threat name.
|
ScanDetections.Builder |
ScanDetections.Builder.threatDetectedByName(ThreatDetectedByName threatDetectedByName) |
Contains details about identified threats organized by threat name.
|
default ScanDetections.Builder |
ScanDetections.Builder.threatsDetectedItemCount(Consumer<ThreatsDetectedItemCount.Builder> threatsDetectedItemCount) |
Total number of infected files.
|
ScanDetections.Builder |
ScanDetections.Builder.threatsDetectedItemCount(ThreatsDetectedItemCount threatsDetectedItemCount) |
Total number of infected files.
|
ScanDetections.Builder |
ScanDetections.toBuilder() |
|