Uses of Class
software.amazon.awssdk.services.waf.model.RateKey
-
Packages that use RateKey Package Description software.amazon.awssdk.services.waf.model -
-
Uses of RateKey in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return RateKey Modifier and Type Method Description static RateKeyRateKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RateKeyCreateRateBasedRuleRequest. rateKey()The field that AWS WAF uses to determine if requests are likely arriving from a single source and thus subject to rate monitoring.RateKeyRateBasedRule. rateKey()The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to rate monitoring.static RateKeyRateKey. valueOf(String name)Returns the enum constant of this type with the specified name.static RateKey[]RateKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type RateKey Modifier and Type Method Description static Set<RateKey>RateKey. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type RateKey Modifier and Type Method Description CreateRateBasedRuleRequest.BuilderCreateRateBasedRuleRequest.Builder. rateKey(RateKey rateKey)The field that AWS WAF uses to determine if requests are likely arriving from a single source and thus subject to rate monitoring.RateBasedRule.BuilderRateBasedRule.Builder. rateKey(RateKey rateKey)The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to rate monitoring.
-