| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static EffectivePatch.Builder |
EffectivePatch.builder() |
default EffectivePatch.Builder |
EffectivePatch.Builder.patch(Consumer<Patch.Builder> 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.Builder |
EffectivePatch.Builder.patch(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.
|
default EffectivePatch.Builder |
EffectivePatch.Builder.patchStatus(Consumer<PatchStatus.Builder> patchStatus)
The status of the patch in a patch baseline.
|
EffectivePatch.Builder |
EffectivePatch.Builder.patchStatus(PatchStatus patchStatus)
The status of the patch in a patch baseline.
|
EffectivePatch.Builder |
EffectivePatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EffectivePatch.Builder> |
EffectivePatch.serializableBuilderClass() |
Copyright © 2021. All rights reserved.