| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static RateLimitQueryArgument.Builder |
RateLimitQueryArgument.builder() |
RateLimitQueryArgument.Builder |
RateLimitQueryArgument.Builder.name(String name)
The name of the query argument to use.
|
RateLimitQueryArgument.Builder |
RateLimitQueryArgument.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.
|
RateLimitQueryArgument.Builder |
RateLimitQueryArgument.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.
|
RateLimitQueryArgument.Builder |
RateLimitQueryArgument.Builder.textTransformations(TextTransformation... textTransformations)
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort
to bypass detection.
|
RateLimitQueryArgument.Builder |
RateLimitQueryArgument.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RateLimitQueryArgument.Builder> |
RateLimitQueryArgument.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RateBasedStatementCustomKey.Builder |
RateBasedStatementCustomKey.Builder.queryArgument(Consumer<RateLimitQueryArgument.Builder> queryArgument)
Use the specified query argument as an aggregate key.
|
Copyright © 2023. All rights reserved.