| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScanThreatName |
ScanThreatName.clone() |
ScanThreatName |
ScanThreatName.withFilePaths(Collection<ScanFilePath> filePaths)
List of infected files in EBS volume with details.
|
ScanThreatName |
ScanThreatName.withFilePaths(ScanFilePath... filePaths)
List of infected files in EBS volume with details.
|
ScanThreatName |
ScanThreatName.withItemCount(Integer itemCount)
Total number of files infected with given threat.
|
ScanThreatName |
ScanThreatName.withName(String name)
The name of the identified threat.
|
ScanThreatName |
ScanThreatName.withSeverity(String severity)
Severity of threat identified as part of the malware scan.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScanThreatName> |
ThreatDetectedByName.getThreatNames()
List of identified threats with details, organized by threat name.
|
| Modifier and Type | Method and Description |
|---|---|
ThreatDetectedByName |
ThreatDetectedByName.withThreatNames(ScanThreatName... threatNames)
List of identified threats with details, organized by threat name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThreatDetectedByName.setThreatNames(Collection<ScanThreatName> threatNames)
List of identified threats with details, organized by threat name.
|
ThreatDetectedByName |
ThreatDetectedByName.withThreatNames(Collection<ScanThreatName> threatNames)
List of identified threats with details, organized by threat name.
|
Copyright © 2024. All rights reserved.