Uses of Class
software.amazon.awssdk.services.securityhub.model.Adjustment
-
Packages that use Adjustment Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Adjustment in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Adjustment Modifier and Type Method Description List<Adjustment>Cvss. adjustments()Adjustments to the CVSS metrics.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Adjustment Modifier and Type Method Description Cvss.BuilderCvss.Builder. adjustments(Adjustment... adjustments)Adjustments to the CVSS metrics.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Adjustment Modifier and Type Method Description Cvss.BuilderCvss.Builder. adjustments(Collection<Adjustment> adjustments)Adjustments to the CVSS metrics.
-