| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Cvss2 |
Cvss2.clone() |
Cvss2 |
Vulnerability.getCvss2()
An object that contains the Common Vulnerability Scoring System (CVSS) Version 2 details for the vulnerability.
|
Cvss2 |
Cvss2.withBaseScore(Double baseScore)
The CVSS v2 base score for the vulnerability.
|
Cvss2 |
Cvss2.withScoringVector(String scoringVector)
The scoring vector associated with the CVSS v2 score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setCvss2(Cvss2 cvss2)
An object that contains the Common Vulnerability Scoring System (CVSS) Version 2 details for the vulnerability.
|
Vulnerability |
Vulnerability.withCvss2(Cvss2 cvss2)
An object that contains the Common Vulnerability Scoring System (CVSS) Version 2 details for the vulnerability.
|
Copyright © 2023. All rights reserved.