Uses of Class
software.amazon.awssdk.services.ecr.model.CvssScoreDetails
-
Packages that use CvssScoreDetails Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of CvssScoreDetails in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return CvssScoreDetails Modifier and Type Method Description CvssScoreDetailsScoreDetails. cvss()An object that contains details about the CVSS score given to a finding.Methods in software.amazon.awssdk.services.ecr.model with parameters of type CvssScoreDetails Modifier and Type Method Description ScoreDetails.BuilderScoreDetails.Builder. cvss(CvssScoreDetails cvss)An object that contains details about the CVSS score given to a finding.
-