| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
BaselineOverride |
BaselineOverride.clone() |
BaselineOverride |
GetDeployablePatchSnapshotForInstanceRequest.getBaselineOverride()
Defines the basic information about a patch baseline override.
|
BaselineOverride |
BaselineOverride.withApprovalRules(PatchRuleGroup approvalRules) |
BaselineOverride |
BaselineOverride.withApprovedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
BaselineOverride |
BaselineOverride.withApprovedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
BaselineOverride |
BaselineOverride.withApprovedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
BaselineOverride |
BaselineOverride.withApprovedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
BaselineOverride |
BaselineOverride.withApprovedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
managed nodes.
|
BaselineOverride |
BaselineOverride.withGlobalFilters(PatchFilterGroup globalFilters) |
BaselineOverride |
BaselineOverride.withOperatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the patch baseline override.
|
BaselineOverride |
BaselineOverride.withOperatingSystem(String operatingSystem)
The operating system rule used by the patch baseline override.
|
BaselineOverride |
BaselineOverride.withRejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
BaselineOverride |
BaselineOverride.withRejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
BaselineOverride |
BaselineOverride.withRejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
BaselineOverride |
BaselineOverride.withRejectedPatchesAction(String rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
BaselineOverride |
BaselineOverride.withSources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
BaselineOverride |
BaselineOverride.withSources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and source
repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeployablePatchSnapshotForInstanceRequest.setBaselineOverride(BaselineOverride baselineOverride)
Defines the basic information about a patch baseline override.
|
GetDeployablePatchSnapshotForInstanceRequest |
GetDeployablePatchSnapshotForInstanceRequest.withBaselineOverride(BaselineOverride baselineOverride)
Defines the basic information about a patch baseline override.
|
Copyright © 2023. All rights reserved.