Uses of Interface
software.amazon.awssdk.services.wafv2.model.CustomRequestHandling.Builder
-
Packages that use CustomRequestHandling.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CustomRequestHandling.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CustomRequestHandling.Builder Modifier and Type Method Description static CustomRequestHandling.BuilderCustomRequestHandling. builder()CustomRequestHandling.BuilderCustomRequestHandling.Builder. insertHeaders(Collection<CustomHTTPHeader> insertHeaders)The HTTP headers to insert into the request.CustomRequestHandling.BuilderCustomRequestHandling.Builder. insertHeaders(Consumer<CustomHTTPHeader.Builder>... insertHeaders)The HTTP headers to insert into the request.CustomRequestHandling.BuilderCustomRequestHandling.Builder. insertHeaders(CustomHTTPHeader... insertHeaders)The HTTP headers to insert into the request.CustomRequestHandling.BuilderCustomRequestHandling. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CustomRequestHandling.Builder Modifier and Type Method Description static Class<? extends CustomRequestHandling.Builder>CustomRequestHandling. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CustomRequestHandling.Builder Modifier and Type Method Description default AllowAction.BuilderAllowAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request.default CaptchaAction.BuilderCaptchaAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request, used when theCAPTCHAinspection determines that the request's token is valid and unexpired.default ChallengeAction.BuilderChallengeAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.default CountAction.BuilderCountAction.Builder. customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)Defines custom handling for the web request.
-