| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RateLimitUriPath.Builder |
RateLimitUriPath.builder() |
RateLimitUriPath.Builder |
RateLimitUriPath.Builder.textTransformations(Collection<TextTransformation> textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RateLimitUriPath.Builder |
RateLimitUriPath.Builder.textTransformations(Consumer<TextTransformation.Builder>... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RateLimitUriPath.Builder |
RateLimitUriPath.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RateLimitUriPath.Builder |
RateLimitUriPath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RateLimitUriPath.Builder> |
RateLimitUriPath.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RateBasedStatementCustomKey.Builder |
RateBasedStatementCustomKey.Builder.uriPath(Consumer<RateLimitUriPath.Builder> uriPath)
Use the request's URI path as an aggregate key.
|
Copyright © 2023. All rights reserved.