Uses of Interface
software.amazon.awscdk.services.ssm.CfnPatchBaseline.PatchFilterGroupProperty
Packages that use CfnPatchBaseline.PatchFilterGroupProperty
-
Uses of CfnPatchBaseline.PatchFilterGroupProperty in software.amazon.awscdk.services.ssm
Classes in software.amazon.awscdk.services.ssm that implement CfnPatchBaseline.PatchFilterGroupPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnPatchBaseline.PatchFilterGroupPropertyMethods in software.amazon.awscdk.services.ssm that return CfnPatchBaseline.PatchFilterGroupPropertyModifier and TypeMethodDescriptionCfnPatchBaseline.PatchFilterGroupProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ssm with parameters of type CfnPatchBaseline.PatchFilterGroupPropertyModifier and TypeMethodDescriptionCfnPatchBaseline.Builder.globalFilters(CfnPatchBaseline.PatchFilterGroupProperty globalFilters) A set of global filters used to include patches in the baseline.CfnPatchBaselineProps.Builder.globalFilters(CfnPatchBaseline.PatchFilterGroupProperty globalFilters) Sets the value ofCfnPatchBaselineProps.getGlobalFilters()CfnPatchBaseline.RuleProperty.Builder.patchFilterGroup(CfnPatchBaseline.PatchFilterGroupProperty patchFilterGroup) Sets the value ofCfnPatchBaseline.RuleProperty.getPatchFilterGroup()voidCfnPatchBaseline.setGlobalFilters(CfnPatchBaseline.PatchFilterGroupProperty value) A set of global filters used to include patches in the baseline.