| 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.withClassification(String classification)
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
Patch |
Patch.withContentUrl(String contentUrl)
The URL where more information can be obtained about the patch.
|
Patch |
Patch.withDescription(String description)
The description of the patch.
|
Patch |
Patch.withId(String id)
The ID of the patch (this is different than the Microsoft Knowledge Base ID).
|
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 MSRC bulletin the patch is related to.
|
Patch |
Patch.withMsrcSeverity(String msrcSeverity)
The severity of the patch (for example Critical, Important, Moderate).
|
Patch |
Patch.withProduct(String product)
The specific product the patch is applicable for (for example, WindowsServer2016).
|
Patch |
Patch.withProductFamily(String productFamily)
The product family the patch is applicable for (for example, Windows).
|
Patch |
Patch.withReleaseDate(Date releaseDate)
The date the patch was released.
|
Patch |
Patch.withTitle(String title)
The title of the patch.
|
Patch |
Patch.withVendor(String vendor)
The name of the vendor providing 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 © 2020. All rights reserved.