| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SoftwarePackage |
SoftwarePackage.clone() |
SoftwarePackage |
SoftwarePackage.withArchitecture(String architecture)
The architecture used for the software package.
|
SoftwarePackage |
SoftwarePackage.withEpoch(String epoch)
The epoch of the software package.
|
SoftwarePackage |
SoftwarePackage.withFilePath(String filePath)
The file system path to the package manager inventory file.
|
SoftwarePackage |
SoftwarePackage.withName(String name)
The name of the software package.
|
SoftwarePackage |
SoftwarePackage.withPackageManager(String packageManager)
The source of the package.
|
SoftwarePackage |
SoftwarePackage.withRelease(String release)
The release of the software package.
|
SoftwarePackage |
SoftwarePackage.withVersion(String version)
The version of the software package.
|
| Modifier and Type | Method and Description |
|---|---|
List<SoftwarePackage> |
Vulnerability.getVulnerablePackages()
List of software packages that have the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
Vulnerability |
Vulnerability.withVulnerablePackages(SoftwarePackage... vulnerablePackages)
List of software packages that have the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setVulnerablePackages(Collection<SoftwarePackage> vulnerablePackages)
List of software packages that have the vulnerability.
|
Vulnerability |
Vulnerability.withVulnerablePackages(Collection<SoftwarePackage> vulnerablePackages)
List of software packages that have the vulnerability.
|
Copyright © 2022. All rights reserved.