| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
CvssScoreAdjustment |
CvssScoreAdjustment.clone() |
CvssScoreAdjustment |
CvssScoreAdjustment.withMetric(String metric)
The metric that Amazon Inspector used to adjust the CVSS score.
|
CvssScoreAdjustment |
CvssScoreAdjustment.withReason(String reason)
The reason for the CVSS score adjustment.
|
| Modifier and Type | Method and Description |
|---|---|
List<CvssScoreAdjustment> |
CvssScoreDetails.getAdjustments()
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
| Modifier and Type | Method and Description |
|---|---|
CvssScoreDetails |
CvssScoreDetails.withAdjustments(CvssScoreAdjustment... adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CvssScoreDetails.setAdjustments(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(Collection<CvssScoreAdjustment> adjustments)
An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
|
Copyright © 2024. All rights reserved.