| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static RateKey |
RateKey.fromValue(String value)
Use this in place of valueOf.
|
static RateKey |
RateKey.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RateBasedRule.setRateKey(RateKey rateKey)
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to
rate monitoring.
|
void |
CreateRateBasedRuleRequest.setRateKey(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 |
RateBasedRule.withRateKey(RateKey rateKey)
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to
rate monitoring.
|
CreateRateBasedRuleRequest |
CreateRateBasedRuleRequest.withRateKey(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.
|
Copyright © 2021. All rights reserved.