Uses of Class
software.amazon.awssdk.services.securityhub.model.Cvss
-
Packages that use Cvss Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Cvss in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Cvss Modifier and Type Method Description List<Cvss>Vulnerability. cvss()CVSS scores from the advisory related to the vulnerability.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Cvss Modifier and Type Method Description Vulnerability.BuilderVulnerability.Builder. cvss(Cvss... cvss)CVSS scores from the advisory related to the vulnerability.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Cvss Modifier and Type Method Description Vulnerability.BuilderVulnerability.Builder. cvss(Collection<Cvss> cvss)CVSS scores from the advisory related to the vulnerability.
-