| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Patch |
Patch.clone() |
Patch |
EffectivePatch.getPatch()
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for
where more information can be obtained about the patch.
|
Patch |
Patch.withAdvisoryIds(Collection<String> advisoryIds)
The Advisory ID of the patch.
|
Patch |
Patch.withAdvisoryIds(String... advisoryIds)
The Advisory ID of the patch.
|
Patch |
Patch.withArch(String arch)
The architecture of the patch.
|
Patch |
Patch.withBugzillaIds(Collection<String> bugzillaIds)
The Bugzilla ID of the patch.
|
Patch |
Patch.withBugzillaIds(String... bugzillaIds)
The Bugzilla ID of the patch.
|
Patch |
Patch.withClassification(String classification)
The classification of the patch.
|
Patch |
Patch.withContentUrl(String contentUrl)
The URL where more information can be obtained about the patch.
|
Patch |
Patch.withCVEIds(Collection<String> cVEIds)
The Common Vulnerabilities and Exposures (CVE) ID of the patch.
|
Patch |
Patch.withCVEIds(String... cVEIds)
The Common Vulnerabilities and Exposures (CVE) ID of the patch.
|
Patch |
Patch.withDescription(String description)
The description of the patch.
|
Patch |
Patch.withEpoch(Integer epoch)
The epoch of the patch.
|
Patch |
Patch.withId(String id)
The ID of the patch.
|
Patch |
Patch.withKbNumber(String kbNumber)
The Microsoft Knowledge Base ID of the patch.
|
Patch |
Patch.withLanguage(String language)
The language of the patch if it's language-specific.
|
Patch |
Patch.withMsrcNumber(String msrcNumber)
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to.
|
Patch |
Patch.withMsrcSeverity(String msrcSeverity)
The severity of the patch, such as
Critical, Important, or Moderate. |
Patch |
Patch.withName(String name)
The name of the patch.
|
Patch |
Patch.withProduct(String product)
The specific product the patch is applicable for.
|
Patch |
Patch.withProductFamily(String productFamily)
The product family the patch is applicable for.
|
Patch |
Patch.withRelease(String release)
The particular release of a patch.
|
Patch |
Patch.withReleaseDate(Date releaseDate)
The date the patch was released.
|
Patch |
Patch.withRepository(String repository)
The source patch repository for the operating system and version, such as
trusty-security for Ubuntu
Server 14.04 LTE and focal-security for Ubuntu Server 20.04 LTE. |
Patch |
Patch.withSeverity(String severity)
The severity level of the patch.
|
Patch |
Patch.withTitle(String title)
The title of the patch.
|
Patch |
Patch.withVendor(String vendor)
The name of the vendor providing the patch.
|
Patch |
Patch.withVersion(String version)
The version number of the patch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
DescribeAvailablePatchesResult.getPatches()
An array of patches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EffectivePatch.setPatch(Patch patch)
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for
where more information can be obtained about the patch.
|
EffectivePatch |
EffectivePatch.withPatch(Patch patch)
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for
where more information can be obtained about the patch.
|
DescribeAvailablePatchesResult |
DescribeAvailablePatchesResult.withPatches(Patch... patches)
An array of patches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAvailablePatchesResult.setPatches(Collection<Patch> patches)
An array of patches.
|
DescribeAvailablePatchesResult |
DescribeAvailablePatchesResult.withPatches(Collection<Patch> patches)
An array of patches.
|
Copyright © 2021. All rights reserved.