| 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.withFixedInVersion(String fixedInVersion)
The version of the software package in which the vulnerability has been resolved.
|
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.withRemediation(String remediation)
Describes the actions a customer can take to resolve the vulnerability in the software package.
|
SoftwarePackage |
SoftwarePackage.withSourceLayerArn(String sourceLayerArn)
The Amazon Resource Name (ARN) of the source layer.
|
SoftwarePackage |
SoftwarePackage.withSourceLayerHash(String sourceLayerHash)
The source layer hash of the vulnerable 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 © 2024. All rights reserved.