| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ScanFilePath |
ScanFilePath.clone() |
ScanFilePath |
ScanFilePath.withFileName(String fileName)
File name of the infected file.
|
ScanFilePath |
ScanFilePath.withFilePath(String filePath)
The file path of the infected file.
|
ScanFilePath |
ScanFilePath.withHash(String hash)
The hash value of the infected file.
|
ScanFilePath |
ScanFilePath.withVolumeArn(String volumeArn)
EBS volume Arn details of the infected file.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScanFilePath> |
ScanThreatName.getFilePaths()
List of infected files in EBS volume with details.
|
| Modifier and Type | Method and Description |
|---|---|
ScanThreatName |
ScanThreatName.withFilePaths(ScanFilePath... filePaths)
List of infected files in EBS volume with details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScanThreatName.setFilePaths(Collection<ScanFilePath> filePaths)
List of infected files in EBS volume with details.
|
ScanThreatName |
ScanThreatName.withFilePaths(Collection<ScanFilePath> filePaths)
List of infected files in EBS volume with details.
|
Copyright © 2023. All rights reserved.