Uses of Class
software.amazon.awssdk.services.ssm.model.PatchRuleGroup
Packages that use PatchRuleGroup
-
Uses of PatchRuleGroup in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchRuleGroupModifier and TypeMethodDescriptionfinal PatchRuleGroupBaselineOverride.approvalRules()Returns the value of the ApprovalRules property for this object.final PatchRuleGroupCreatePatchBaselineRequest.approvalRules()A set of rules used to include patches in the baseline.final PatchRuleGroupGetPatchBaselineResponse.approvalRules()A set of rules used to include patches in the baseline.final PatchRuleGroupUpdatePatchBaselineRequest.approvalRules()A set of rules used to include patches in the baseline.final PatchRuleGroupUpdatePatchBaselineResponse.approvalRules()A set of rules used to include patches in the baseline.Methods in software.amazon.awssdk.services.ssm.model with parameters of type PatchRuleGroupModifier and TypeMethodDescriptionBaselineOverride.Builder.approvalRules(PatchRuleGroup approvalRules) Sets the value of the ApprovalRules property for this object.CreatePatchBaselineRequest.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.GetPatchBaselineResponse.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineResponse.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.