Uses of Interface
software.amazon.awssdk.services.wafv2.model.RateLimitQueryArgument.Builder
-
Packages that use RateLimitQueryArgument.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of RateLimitQueryArgument.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return RateLimitQueryArgument.Builder Modifier and Type Method Description static RateLimitQueryArgument.BuilderRateLimitQueryArgument. builder()RateLimitQueryArgument.BuilderRateLimitQueryArgument.Builder. name(String name)The name of the query argument to use.RateLimitQueryArgument.BuilderRateLimitQueryArgument.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.BuilderRateLimitQueryArgument.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.BuilderRateLimitQueryArgument.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.BuilderRateLimitQueryArgument. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type RateLimitQueryArgument.Builder Modifier and Type Method Description static Class<? extends RateLimitQueryArgument.Builder>RateLimitQueryArgument. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type RateLimitQueryArgument.Builder Modifier and Type Method Description default RateBasedStatementCustomKey.BuilderRateBasedStatementCustomKey.Builder. queryArgument(Consumer<RateLimitQueryArgument.Builder> queryArgument)Use the specified query argument as an aggregate key.
-