Uses of Class
software.amazon.awssdk.services.ssm.model.PatchRule
-
Packages that use PatchRule Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchRule in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchRule Modifier and Type Method Description List<PatchRule>PatchRuleGroup. patchRules()The rules that make up the rule group.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchRule Modifier and Type Method Description PatchRuleGroup.BuilderPatchRuleGroup.Builder. patchRules(PatchRule... patchRules)The rules that make up the rule group.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchRule Modifier and Type Method Description PatchRuleGroup.BuilderPatchRuleGroup.Builder. patchRules(Collection<PatchRule> patchRules)The rules that make up the rule group.
-