| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
EffectivePatch |
EffectivePatch.clone() |
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.
|
EffectivePatch |
EffectivePatch.withPatchStatus(PatchStatus patchStatus)
The status of the patch in a patch baseline.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectivePatch> |
DescribeEffectivePatchesForPatchBaselineResult.getEffectivePatches()
An array of patches and patch status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.withEffectivePatches(EffectivePatch... effectivePatches)
An array of patches and patch status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEffectivePatchesForPatchBaselineResult.setEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
DescribeEffectivePatchesForPatchBaselineResult |
DescribeEffectivePatchesForPatchBaselineResult.withEffectivePatches(Collection<EffectivePatch> effectivePatches)
An array of patches and patch status.
|
Copyright © 2018. All rights reserved.