| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
MalwareScanDetails |
MalwareScanDetails.clone() |
MalwareScanDetails |
Service.getMalwareScanDetails()
Returns details from the malware scan that generated a GuardDuty finding.
|
MalwareScanDetails |
MalwareScanDetails.withThreats(Collection<Threat> threats)
Information about the detected threats associated with the generated GuardDuty finding.
|
MalwareScanDetails |
MalwareScanDetails.withThreats(Threat... threats)
Information about the detected threats associated with the generated GuardDuty finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setMalwareScanDetails(MalwareScanDetails malwareScanDetails)
Returns details from the malware scan that generated a GuardDuty finding.
|
Service |
Service.withMalwareScanDetails(MalwareScanDetails malwareScanDetails)
Returns details from the malware scan that generated a GuardDuty finding.
|
Copyright © 2024. All rights reserved.