Uses of Class
software.amazon.awssdk.services.waf.model.RateBasedRule
-
Packages that use RateBasedRule Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RateBasedRule in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RateBasedRule Modifier and Type Method Description RateBasedRuleCreateRateBasedRuleResponse. rule()The RateBasedRule that is returned in theCreateRateBasedRuleresponse.RateBasedRuleGetRateBasedRuleResponse. rule()Information about the RateBasedRule that you specified in theGetRateBasedRulerequest.Methods in software.amazon.awssdk.services.waf.model with parameters of type RateBasedRule Modifier and Type Method Description CreateRateBasedRuleResponse.BuilderCreateRateBasedRuleResponse.Builder. rule(RateBasedRule rule)The RateBasedRule that is returned in theCreateRateBasedRuleresponse.GetRateBasedRuleResponse.BuilderGetRateBasedRuleResponse.Builder. rule(RateBasedRule rule)Information about the RateBasedRule that you specified in theGetRateBasedRulerequest.
-