Uses of Class
software.amazon.awssdk.services.ssm.model.PatchFilterGroup
Packages that use PatchFilterGroup
-
Uses of PatchFilterGroup in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchFilterGroupModifier and TypeMethodDescriptionfinal PatchFilterGroupBaselineOverride.globalFilters()Returns the value of the GlobalFilters property for this object.final PatchFilterGroupCreatePatchBaselineRequest.globalFilters()A set of global filters used to include patches in the baseline.final PatchFilterGroupGetPatchBaselineResponse.globalFilters()A set of global filters used to exclude patches from the baseline.final PatchFilterGroupUpdatePatchBaselineRequest.globalFilters()A set of global filters used to include patches in the baseline.final PatchFilterGroupUpdatePatchBaselineResponse.globalFilters()A set of global filters used to exclude patches from the baseline.final 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 PatchFilterGroupModifier and TypeMethodDescriptionBaselineOverride.Builder.globalFilters(PatchFilterGroup globalFilters) Sets the value of the GlobalFilters property for this object.CreatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to include patches in the baseline.GetPatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to exclude patches from the baseline.UpdatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to include patches in the baseline.UpdatePatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to exclude patches from the baseline.PatchRule.Builder.patchFilterGroup(PatchFilterGroup patchFilterGroup) The patch filter group that defines the criteria for the rule.