| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails |
CvssScoreDetails.clone() |
CvssScoreDetails |
InspectorScoreDetails.getAdjustedCvss()
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.withCvssSource(String cvssSource)
The source of the CVSS data.
|
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 |
InspectorScoreDetails.setAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about the CVSS score given to a finding.
|
InspectorScoreDetails |
InspectorScoreDetails.withAdjustedCvss(CvssScoreDetails adjustedCvss)
An object that contains details about the CVSS score given to a finding.
|
Copyright © 2024. All rights reserved.