| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchRule |
PatchRule.clone() |
PatchRule |
PatchRule.withApproveAfterDays(Integer approveAfterDays)
The number of days after the release date of each patch matched by the rule that the patch is marked as approved
in the patch baseline.
|
PatchRule |
PatchRule.withApproveUntilDate(String approveUntilDate)
The cutoff date for auto approval of released patches.
|
PatchRule |
PatchRule.withComplianceLevel(PatchComplianceLevel complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
PatchRule |
PatchRule.withComplianceLevel(String complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
PatchRule |
PatchRule.withEnableNonSecurity(Boolean enableNonSecurity)
For instances identified by the approval rule filters, enables a patch baseline to apply non-security updates
available in the specified repository.
|
PatchRule |
PatchRule.withPatchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchRule> |
PatchRuleGroup.getPatchRules()
The rules that make up the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
PatchRuleGroup |
PatchRuleGroup.withPatchRules(PatchRule... patchRules)
The rules that make up the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchRuleGroup.setPatchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
|
PatchRuleGroup |
PatchRuleGroup.withPatchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
|
Copyright © 2021. All rights reserved.