| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static RateKey |
RateKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RateKey |
RateBasedRule.rateKey()
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to
rate monitoring.
|
RateKey |
CreateRateBasedRuleRequest.rateKey()
The field that AWS WAF uses to determine if requests are likely arriving from a single source and thus subject to
rate monitoring.
|
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 |
|---|---|
static Set<RateKey> |
RateKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RateBasedRule.Builder |
RateBasedRule.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.
|
CreateRateBasedRuleRequest.Builder |
CreateRateBasedRuleRequest.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.
|
Copyright © 2023. All rights reserved.