| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
FindingDetail |
FindingDetail.clone() |
FindingDetail |
FindingDetail.withCisaData(CisaData cisaData) |
FindingDetail |
FindingDetail.withCwes(Collection<String> cwes)
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail |
FindingDetail.withCwes(String... cwes)
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
FindingDetail |
FindingDetail.withEpssScore(Double epssScore)
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
|
FindingDetail |
FindingDetail.withEvidences(Collection<Evidence> evidences)
Information on the evidence of the vulnerability.
|
FindingDetail |
FindingDetail.withEvidences(Evidence... evidences)
Information on the evidence of the vulnerability.
|
FindingDetail |
FindingDetail.withExploitObserved(ExploitObserved exploitObserved) |
FindingDetail |
FindingDetail.withFindingArn(String findingArn)
The finding ARN that the vulnerability details are associated with.
|
FindingDetail |
FindingDetail.withReferenceUrls(Collection<String> referenceUrls)
The reference URLs for the vulnerability data.
|
FindingDetail |
FindingDetail.withReferenceUrls(String... referenceUrls)
The reference URLs for the vulnerability data.
|
FindingDetail |
FindingDetail.withRiskScore(Integer riskScore)
The risk score of the vulnerability.
|
FindingDetail |
FindingDetail.withTools(Collection<String> tools)
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail |
FindingDetail.withTools(String... tools)
The known malware tools or kits that can exploit the vulnerability.
|
FindingDetail |
FindingDetail.withTtps(Collection<String> ttps)
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
FindingDetail |
FindingDetail.withTtps(String... ttps)
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
List<FindingDetail> |
BatchGetFindingDetailsResult.getFindingDetails()
A finding's vulnerability details.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFindingDetailsResult |
BatchGetFindingDetailsResult.withFindingDetails(FindingDetail... findingDetails)
A finding's vulnerability details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFindingDetailsResult.setFindingDetails(Collection<FindingDetail> findingDetails)
A finding's vulnerability details.
|
BatchGetFindingDetailsResult |
BatchGetFindingDetailsResult.withFindingDetails(Collection<FindingDetail> findingDetails)
A finding's vulnerability details.
|
Copyright © 2024. All rights reserved.