| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ThreatDetectedByName |
ThreatDetectedByName.clone() |
ThreatDetectedByName |
ScanDetections.getThreatDetectedByName()
Contains details about identified threats organized by threat name.
|
ThreatDetectedByName |
ThreatDetectedByName.withItemCount(Integer itemCount)
Total number of infected files identified.
|
ThreatDetectedByName |
ThreatDetectedByName.withShortened(Boolean shortened)
Flag to determine if the finding contains every single infected file-path and/or every threat.
|
ThreatDetectedByName |
ThreatDetectedByName.withThreatNames(Collection<ScanThreatName> threatNames)
List of identified threats with details, organized by threat name.
|
ThreatDetectedByName |
ThreatDetectedByName.withThreatNames(ScanThreatName... threatNames)
List of identified threats with details, organized by threat name.
|
ThreatDetectedByName |
ThreatDetectedByName.withUniqueThreatNameCount(Integer uniqueThreatNameCount)
Total number of unique threats by name identified, as part of the malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanDetections.setThreatDetectedByName(ThreatDetectedByName threatDetectedByName)
Contains details about identified threats organized by threat name.
|
ScanDetections |
ScanDetections.withThreatDetectedByName(ThreatDetectedByName threatDetectedByName)
Contains details about identified threats organized by threat name.
|
Copyright © 2022. All rights reserved.