| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
PatchFilterGroup |
PatchFilterGroup.clone() |
PatchFilterGroup |
CreatePatchBaselineRequest.getGlobalFilters()
A set of global filters used to include patches in the baseline.
|
PatchFilterGroup |
UpdatePatchBaselineResult.getGlobalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
UpdatePatchBaselineRequest.getGlobalFilters()
A set of global filters used to include patches in the baseline.
|
PatchFilterGroup |
GetPatchBaselineResult.getGlobalFilters()
A set of global filters used to exclude patches from the baseline.
|
PatchFilterGroup |
PatchRule.getPatchFilterGroup()
The patch filter group that defines the criteria for the rule.
|
PatchFilterGroup |
PatchFilterGroup.withPatchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup |
PatchFilterGroup.withPatchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePatchBaselineRequest.setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
|
void |
UpdatePatchBaselineResult.setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
void |
UpdatePatchBaselineRequest.setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
|
void |
GetPatchBaselineResult.setGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
void |
PatchRule.setPatchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
CreatePatchBaselineRequest |
CreatePatchBaselineRequest.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
|
UpdatePatchBaselineResult |
UpdatePatchBaselineResult.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineRequest |
UpdatePatchBaselineRequest.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
|
GetPatchBaselineResult |
GetPatchBaselineResult.withGlobalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
PatchRule |
PatchRule.withPatchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
Copyright © 2020. All rights reserved.