| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchFilterGroup.Builder |
PatchFilterGroup.builder() |
PatchFilterGroup.Builder |
PatchFilterGroup.Builder.patchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup.Builder |
PatchFilterGroup.Builder.patchFilters(Consumer<PatchFilter.Builder>... patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup.Builder |
PatchFilterGroup.Builder.patchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup.Builder |
PatchFilterGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchFilterGroup.Builder> |
PatchFilterGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to include patches in the baseline.
|
default UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to exclude patches from the baseline.
|
default UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to include patches in the baseline.
|
default GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to exclude patches from the baseline.
|
default BaselineOverride.Builder |
BaselineOverride.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
Sets the value of the GlobalFilters property for this object.
|
default PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
Copyright © 2021. All rights reserved.