Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchFilterGroup.Builder
Packages that use PatchFilterGroup.Builder
-
Uses of PatchFilterGroup.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchFilterGroup.BuilderModifier and TypeMethodDescriptionstatic PatchFilterGroup.BuilderPatchFilterGroup.builder()PatchFilterGroup.Builder.patchFilters(Collection<PatchFilter> patchFilters) The set of patch filters that make up the group.PatchFilterGroup.Builder.patchFilters(Consumer<PatchFilter.Builder>... patchFilters) The set of patch filters that make up the group.PatchFilterGroup.Builder.patchFilters(PatchFilter... patchFilters) The set of patch filters that make up the group.PatchFilterGroup.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchFilterGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchFilterGroup.Builder>PatchFilterGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchFilterGroup.BuilderModifier and TypeMethodDescriptiondefault BaselineOverride.BuilderBaselineOverride.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) Sets the value of the GlobalFilters property for this object.CreatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to include patches in the baseline.default GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to exclude patches from the baseline.UpdatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to include patches in the baseline.UpdatePatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to exclude patches from the baseline.default PatchRule.BuilderPatchRule.Builder.patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup) The patch filter group that defines the criteria for the rule.