Uses of Class
software.amazon.awssdk.services.ssm.model.PatchFilterGroup
-
Packages that use PatchFilterGroup Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchFilterGroup in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchFilterGroup Modifier and Type Method Description PatchFilterGroupBaselineOverride. globalFilters()Returns the value of the GlobalFilters property for this object.PatchFilterGroupCreatePatchBaselineRequest. globalFilters()A set of global filters used to include patches in the baseline.PatchFilterGroupGetPatchBaselineResponse. globalFilters()A set of global filters used to exclude patches from the baseline.PatchFilterGroupUpdatePatchBaselineRequest. globalFilters()A set of global filters used to include patches in the baseline.PatchFilterGroupUpdatePatchBaselineResponse. globalFilters()A set of global filters used to exclude patches from the baseline.PatchFilterGroupPatchRule. patchFilterGroup()The patch filter group that defines the criteria for the rule.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchFilterGroup Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. globalFilters(PatchFilterGroup globalFilters)Sets the value of the GlobalFilters property for this object.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. globalFilters(PatchFilterGroup globalFilters)A set of global filters used to include patches in the baseline.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. globalFilters(PatchFilterGroup globalFilters)A set of global filters used to exclude patches from the baseline.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. globalFilters(PatchFilterGroup globalFilters)A set of global filters used to include patches in the baseline.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. globalFilters(PatchFilterGroup globalFilters)A set of global filters used to exclude patches from the baseline.PatchRule.BuilderPatchRule.Builder. patchFilterGroup(PatchFilterGroup patchFilterGroup)The patch filter group that defines the criteria for the rule.
-