Uses of Class
software.amazon.awssdk.services.wafv2.model.RateBasedStatementCustomKey
-
Packages that use RateBasedStatementCustomKey Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RateBasedStatementCustomKey in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RateBasedStatementCustomKey Modifier and Type Method Description List<RateBasedStatementCustomKey>RateBasedStatement. customKeys()Specifies the aggregate keys to use in a rate-base rule.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type RateBasedStatementCustomKey Modifier and Type Method Description RateBasedStatement.BuilderRateBasedStatement.Builder. customKeys(RateBasedStatementCustomKey... customKeys)Specifies the aggregate keys to use in a rate-base rule.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type RateBasedStatementCustomKey Modifier and Type Method Description RateBasedStatement.BuilderRateBasedStatement.Builder. customKeys(Collection<RateBasedStatementCustomKey> customKeys)Specifies the aggregate keys to use in a rate-base rule.
-