Uses of Class
software.amazon.awssdk.services.waf.model.RuleGroup
-
Packages that use RuleGroup Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RuleGroup in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RuleGroup Modifier and Type Method Description RuleGroupCreateRuleGroupResponse. ruleGroup()An empty RuleGroup.RuleGroupGetRuleGroupResponse. ruleGroup()Information about the RuleGroup that you specified in theGetRuleGrouprequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type RuleGroup Modifier and Type Method Description CreateRuleGroupResponse.BuilderCreateRuleGroupResponse.Builder. ruleGroup(RuleGroup ruleGroup)An empty RuleGroup.GetRuleGroupResponse.BuilderGetRuleGroupResponse.Builder. ruleGroup(RuleGroup ruleGroup)Information about the RuleGroup that you specified in theGetRuleGrouprequest.
-