Uses of Class
software.amazon.awssdk.services.ssm.model.PatchFilter
-
Packages that use PatchFilter Package Description software.amazon.awssdk.services.ssm.model -
-
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 PatchFilter Modifier and Type Method Description 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 PatchFilter Modifier and Type Method Description PatchFilterGroup.BuilderPatchFilterGroup.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 PatchFilter Modifier and Type Method Description PatchFilterGroup.BuilderPatchFilterGroup.Builder. patchFilters(Collection<PatchFilter> patchFilters)The set of patch filters that make up the group.
-