| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails |
CvssScoreDetails.clone() |
CvssScoreDetails |
ScoreDetails.getCvss()
An object that contains details about the CVSS score given to a finding.
|
CvssScoreDetails |
CvssScoreDetails.withAdjustments(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withAdjustments(CvssScoreAdjustment... adjustments)
An object that contains details about adjustment Amazon Inspector made to the CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withScore(Double score)
The CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withScoreSource(String scoreSource)
The source for the CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withScoringVector(String scoringVector)
The vector for the CVSS score.
|
CvssScoreDetails |
CvssScoreDetails.withVersion(String version)
The CVSS version used in scoring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDetails.setCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
|
ScoreDetails |
ScoreDetails.withCvss(CvssScoreDetails cvss)
An object that contains details about the CVSS score given to a finding.
|
Copyright © 2021. All rights reserved.