| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScore |
CvssScore.clone() |
CvssScore |
CvssScore.withBaseScore(Double baseScore)
The CVSS base score.
|
CvssScore |
CvssScore.withScoringVector(String scoringVector)
The vector string of the CVSS score.
|
CvssScore |
CvssScore.withSource(String source)
The source of the CVSS score.
|
CvssScore |
CvssScore.withVersion(String version)
The CVSS version that generated the score.
|
| Modifier and Type | Method and Description |
|---|---|
List<CvssScore> |
PackageVulnerabilityDetails.getCvss()
CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.
|
| Modifier and Type | Method and Description |
|---|---|
PackageVulnerabilityDetails |
PackageVulnerabilityDetails.withCvss(CvssScore... cvss)
CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVulnerabilityDetails.setCvss(Collection<CvssScore> cvss)
CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.
|
PackageVulnerabilityDetails |
PackageVulnerabilityDetails.withCvss(Collection<CvssScore> cvss)
CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.
|
Copyright © 2024. All rights reserved.