Uses of Class
software.amazon.awssdk.services.ecr.model.CvssScore
-
Packages that use CvssScore Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of CvssScore in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type CvssScore Modifier and Type Method Description List<CvssScore>PackageVulnerabilityDetails. cvss()An object that contains details about the CVSS score of a finding.Methods in software.amazon.awssdk.services.ecr.model with parameters of type CvssScore Modifier and Type Method Description PackageVulnerabilityDetails.BuilderPackageVulnerabilityDetails.Builder. cvss(CvssScore... cvss)An object that contains details about the CVSS score of a finding.Method parameters in software.amazon.awssdk.services.ecr.model with type arguments of type CvssScore Modifier and Type Method Description PackageVulnerabilityDetails.BuilderPackageVulnerabilityDetails.Builder. cvss(Collection<CvssScore> cvss)An object that contains details about the CVSS score of a finding.
-