| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchRuleGroup |
PatchRuleGroup.clone() |
PatchRuleGroup |
UpdatePatchBaselineRequest.getApprovalRules()
A set of rules used to include patches in the baseline.
|
PatchRuleGroup |
GetPatchBaselineResult.getApprovalRules()
A set of rules used to include patches in the baseline.
|
PatchRuleGroup |
BaselineOverride.getApprovalRules() |
PatchRuleGroup |
UpdatePatchBaselineResult.getApprovalRules()
A set of rules used to include patches in the baseline.
|
PatchRuleGroup |
CreatePatchBaselineRequest.getApprovalRules()
A set of rules used to include patches in the baseline.
|
PatchRuleGroup |
PatchRuleGroup.withPatchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
|
PatchRuleGroup |
PatchRuleGroup.withPatchRules(PatchRule... patchRules)
The rules that make up the rule group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePatchBaselineRequest.setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
void |
GetPatchBaselineResult.setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
void |
BaselineOverride.setApprovalRules(PatchRuleGroup approvalRules) |
void |
UpdatePatchBaselineResult.setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
void |
CreatePatchBaselineRequest.setApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
BaselineOverride |
BaselineOverride.withApprovalRules(PatchRuleGroup approvalRules) |
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withApprovalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
Copyright © 2023. All rights reserved.