| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityVendor |
VulnerabilityVendor.clone() |
VulnerabilityVendor |
Vulnerability.getVendor()
Information about the vendor that generates the vulnerability report.
|
VulnerabilityVendor |
VulnerabilityVendor.withName(String name)
The name of the vendor.
|
VulnerabilityVendor |
VulnerabilityVendor.withUrl(String url)
The URL of the vulnerability advisory.
|
VulnerabilityVendor |
VulnerabilityVendor.withVendorCreatedAt(String vendorCreatedAt)
Indicates when the vulnerability advisory was created.
|
VulnerabilityVendor |
VulnerabilityVendor.withVendorSeverity(String vendorSeverity)
The severity that the vendor assigned to the vulnerability.
|
VulnerabilityVendor |
VulnerabilityVendor.withVendorUpdatedAt(String vendorUpdatedAt)
Indicates when the vulnerability advisory was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vulnerability.setVendor(VulnerabilityVendor vendor)
Information about the vendor that generates the vulnerability report.
|
Vulnerability |
Vulnerability.withVendor(VulnerabilityVendor vendor)
Information about the vendor that generates the vulnerability report.
|
Copyright © 2021. All rights reserved.