Uses of Class
software.amazon.awssdk.services.imagebuilder.model.CvssScoreAdjustment
-
Packages that use CvssScoreAdjustment Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of CvssScoreAdjustment in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type CvssScoreAdjustment Modifier and Type Method Description List<CvssScoreAdjustment>CvssScoreDetails. adjustments()An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type CvssScoreAdjustment Modifier and Type Method Description CvssScoreDetails.BuilderCvssScoreDetails.Builder. adjustments(CvssScoreAdjustment... adjustments)An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type CvssScoreAdjustment Modifier and Type Method Description CvssScoreDetails.BuilderCvssScoreDetails.Builder. adjustments(Collection<CvssScoreAdjustment> adjustments)An object that contains details about an adjustment that Amazon Inspector made to the CVSS score for the finding.
-