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