| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Threat |
Threat.clone() |
Threat |
Threat.withFilePaths(Collection<FilePaths> filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat |
Threat.withFilePaths(FilePaths... filePaths)
Provides information about the file paths that were affected by the threat.
|
Threat |
Threat.withItemCount(Integer itemCount)
This total number of items in which the threat has been detected.
|
Threat |
Threat.withName(String name)
The name of the threat.
|
Threat |
Threat.withSeverity(String severity)
The severity of the threat.
|
| Modifier and Type | Method and Description |
|---|---|
List<Threat> |
AwsSecurityFinding.getThreats()
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withThreats(Threat... threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setThreats(Collection<Threat> threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
AwsSecurityFinding |
AwsSecurityFinding.withThreats(Collection<Threat> threats)
Details about the threat detected in a security finding and the file paths that were affected by the threat.
|
Copyright © 2022. All rights reserved.