| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ItemPath |
ItemPath.clone() |
ItemPath |
ItemPath.withHash(String hash)
The hash value of the infected resource.
|
ItemPath |
ItemPath.withNestedItemPath(String nestedItemPath)
The nested item path where the infected file was found.
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemPath> |
Threat.getItemPaths()
Information about the nested item path and hash of the protected resource.
|
| Modifier and Type | Method and Description |
|---|---|
Threat |
Threat.withItemPaths(ItemPath... itemPaths)
Information about the nested item path and hash of the protected resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Threat.setItemPaths(Collection<ItemPath> itemPaths)
Information about the nested item path and hash of the protected resource.
|
Threat |
Threat.withItemPaths(Collection<ItemPath> itemPaths)
Information about the nested item path and hash of the protected resource.
|
Copyright © 2024. All rights reserved.