Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchFilterGroup.Builder
-
Packages that use PatchFilterGroup.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchFilterGroup.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchFilterGroup.Builder Modifier and Type Method Description static PatchFilterGroup.BuilderPatchFilterGroup. builder()PatchFilterGroup.BuilderPatchFilterGroup.Builder. patchFilters(Collection<PatchFilter> patchFilters)The set of patch filters that make up the group.PatchFilterGroup.BuilderPatchFilterGroup.Builder. patchFilters(Consumer<PatchFilter.Builder>... patchFilters)The set of patch filters that make up the group.PatchFilterGroup.BuilderPatchFilterGroup.Builder. patchFilters(PatchFilter... patchFilters)The set of patch filters that make up the group.PatchFilterGroup.BuilderPatchFilterGroup. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchFilterGroup.Builder Modifier and Type Method Description static Class<? extends PatchFilterGroup.Builder>PatchFilterGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchFilterGroup.Builder Modifier and Type Method Description default BaselineOverride.BuilderBaselineOverride.Builder. globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)Sets the value of the GlobalFilters property for this object.default CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.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.default UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)A set of global filters used to include patches in the baseline.default UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.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.
-