Uses of Class
software.amazon.awssdk.services.ssm.model.PatchFilter
Packages that use PatchFilter
-
Uses of PatchFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchFilterModifier and TypeMethodDescriptionfinal List<PatchFilter>PatchFilterGroup.patchFilters()The set of patch filters that make up the group.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchFilterModifier and TypeMethodDescriptionPatchFilterGroup.Builder.patchFilters(PatchFilter... patchFilters) The set of patch filters that make up the group.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchFilterModifier and TypeMethodDescriptionPatchFilterGroup.Builder.patchFilters(Collection<PatchFilter> patchFilters) The set of patch filters that make up the group.