| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Adjustment |
Adjustment.clone() |
Adjustment |
Adjustment.withMetric(String metric)
The metric to adjust.
|
Adjustment |
Adjustment.withReason(String reason)
The reason for the adjustment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Adjustment> |
Cvss.getAdjustments()
Adjustments to the CVSS metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Cvss |
Cvss.withAdjustments(Adjustment... adjustments)
Adjustments to the CVSS metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cvss.setAdjustments(Collection<Adjustment> adjustments)
Adjustments to the CVSS metrics.
|
Cvss |
Cvss.withAdjustments(Collection<Adjustment> adjustments)
Adjustments to the CVSS metrics.
|
Copyright © 2023. All rights reserved.