Uses of Class
software.amazon.awssdk.services.ssm.model.PatchRule
Packages that use PatchRule
-
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 PatchRuleModifier and TypeMethodDescriptionPatchRuleGroup.patchRules()The rules that make up the rule group.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchRuleModifier and TypeMethodDescriptionPatchRuleGroup.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 PatchRuleModifier and TypeMethodDescriptionPatchRuleGroup.Builder.patchRules(Collection<PatchRule> patchRules) The rules that make up the rule group.