| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails |
CvssScoreDetails.clone() |
CvssScoreDetails |
InspectorScoreDetails.getAdjustedCvss()
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
CvssScoreDetails |
CvssScoreDetails.withAdjustments(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
CvssScoreDetails |
CvssScoreDetails.withAdjustments(CvssScoreAdjustment... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
CvssScoreDetails |
CvssScoreDetails.withCvssSource(String cvssSource)
The source of the finding.
|
CvssScoreDetails |
CvssScoreDetails.withScore(Double score)
The CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withScoreSource(String scoreSource)
The source for the CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withScoringVector(String scoringVector)
A vector that measures the severity of the vulnerability.
|
CvssScoreDetails |
CvssScoreDetails.withVersion(String version)
The CVSS version that generated the score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InspectorScoreDetails.setAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
InspectorScoreDetails |
InspectorScoreDetails.withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
Copyright © 2024. All rights reserved.