Uses of Class
software.amazon.awssdk.services.securityhub.model.SoftwarePackage
-
Packages that use SoftwarePackage Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SoftwarePackage in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SoftwarePackage Modifier and Type Method Description List<SoftwarePackage>Vulnerability. vulnerablePackages()List of software packages that have the vulnerability.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SoftwarePackage Modifier and Type Method Description Vulnerability.BuilderVulnerability.Builder. vulnerablePackages(SoftwarePackage... vulnerablePackages)List of software packages that have the vulnerability.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SoftwarePackage Modifier and Type Method Description Vulnerability.BuilderVulnerability.Builder. vulnerablePackages(Collection<SoftwarePackage> vulnerablePackages)List of software packages that have the vulnerability.
-