| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RateLimitCookie |
RateLimitCookie.clone() |
RateLimitCookie |
RateBasedStatementCustomKey.getCookie()
Use the value of a cookie in the request as an aggregate key.
|
RateLimitCookie |
RateLimitCookie.withName(String name)
The name of the cookie to use.
|
RateLimitCookie |
RateLimitCookie.withTextTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
RateLimitCookie |
RateLimitCookie.withTextTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to
bypass detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RateBasedStatementCustomKey.setCookie(RateLimitCookie cookie)
Use the value of a cookie in the request as an aggregate key.
|
RateBasedStatementCustomKey |
RateBasedStatementCustomKey.withCookie(RateLimitCookie cookie)
Use the value of a cookie in the request as an aggregate key.
|
Copyright © 2025. All rights reserved.