| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Threat |
Threat.clone() |
Threat |
Threat.withItemPaths(Collection<ItemPath> itemPaths)
Information about the nested item path and hash of the protected resource.
|
Threat |
Threat.withItemPaths(ItemPath... itemPaths)
Information about the nested item path and hash of the protected resource.
|
Threat |
Threat.withName(String name)
Name of the detected threat that caused GuardDuty to generate this finding.
|
Threat |
Threat.withSource(String source)
Source of the threat that generated this finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<Threat> |
MalwareScanDetails.getThreats()
Information about the detected threats associated with the generated GuardDuty finding.
|
| Modifier and Type | Method and Description |
|---|---|
MalwareScanDetails |
MalwareScanDetails.withThreats(Threat... threats)
Information about the detected threats associated with the generated GuardDuty finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MalwareScanDetails.setThreats(Collection<Threat> threats)
Information about the detected threats associated with the generated GuardDuty finding.
|
MalwareScanDetails |
MalwareScanDetails.withThreats(Collection<Threat> threats)
Information about the detected threats associated with the generated GuardDuty finding.
|
Copyright © 2024. All rights reserved.