Uses of Class
software.amazon.awssdk.services.ssm.model.PatchRuleGroup
-
Packages that use PatchRuleGroup Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchRuleGroup in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchRuleGroup Modifier and Type Method Description PatchRuleGroupBaselineOverride. approvalRules()Returns the value of the ApprovalRules property for this object.PatchRuleGroupCreatePatchBaselineRequest. approvalRules()A set of rules used to include patches in the baseline.PatchRuleGroupGetPatchBaselineResponse. approvalRules()A set of rules used to include patches in the baseline.PatchRuleGroupUpdatePatchBaselineRequest. approvalRules()A set of rules used to include patches in the baseline.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 PatchRuleGroup Modifier and Type Method Description BaselineOverride.BuilderBaselineOverride.Builder. approvalRules(PatchRuleGroup approvalRules)Sets the value of the ApprovalRules property for this object.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. approvalRules(PatchRuleGroup approvalRules)A set of rules used to include patches in the baseline.GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder. approvalRules(PatchRuleGroup approvalRules)A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. approvalRules(PatchRuleGroup approvalRules)A set of rules used to include patches in the baseline.UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. approvalRules(PatchRuleGroup approvalRules)A set of rules used to include patches in the baseline.
-