Uses of Class
software.amazon.awssdk.services.wafv2.model.RateBasedStatement
-
Packages that use RateBasedStatement Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RateBasedStatement in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RateBasedStatement Modifier and Type Method Description RateBasedStatementStatement. rateBasedStatement()A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type RateBasedStatement Modifier and Type Method Description Statement.BuilderStatement.Builder. rateBasedStatement(RateBasedStatement rateBasedStatement)A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate.
-