| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Cvss3 |
Cvss3.clone() |
Cvss3 |
Vulnerability.getCvss3()
An object that contains the Common Vulnerability Scoring System (CVSS) Version 3 details for the vulnerability.
|
Cvss3 |
Cvss3.withBaseScore(Double baseScore)
The CVSS v3 base score for the vulnerability.
|
Cvss3 |
Cvss3.withScoringVector(String scoringVector)
The scoring vector associated with the CVSS v3 score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setCvss3(Cvss3 cvss3)
An object that contains the Common Vulnerability Scoring System (CVSS) Version 3 details for the vulnerability.
|
Vulnerability |
Vulnerability.withCvss3(Cvss3 cvss3)
An object that contains the Common Vulnerability Scoring System (CVSS) Version 3 details for the vulnerability.
|
Copyright © 2023. All rights reserved.