| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScanDetections.Builder> |
ScanDetections.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanDetections(Consumer<ScanDetections.Builder> scanDetections)
Contains a complete view providing malware scan result details.
|
Copyright © 2023. All rights reserved.