| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
FilePaths |
FilePaths.clone() |
FilePaths |
FilePaths.withFileName(String fileName)
The name of the infected or suspicious file corresponding to the hash.
|
FilePaths |
FilePaths.withFilePath(String filePath)
Path to the infected or suspicious file on the resource it was detected on.
|
FilePaths |
FilePaths.withHash(String hash)
The hash value for the infected or suspicious file.
|
FilePaths |
FilePaths.withResourceId(String resourceId)
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilePaths> |
Threat.getFilePaths()
Provides information about the file paths that were affected by the threat.
|
| Modifier and Type | Method and Description |
|---|---|
Threat |
Threat.withFilePaths(FilePaths... filePaths)
Provides information about the file paths that were affected by the threat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Threat.setFilePaths(Collection<FilePaths> filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat |
Threat.withFilePaths(Collection<FilePaths> filePaths)
Provides information about the file paths that were affected by the threat.
|
Copyright © 2023. All rights reserved.