Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsWafv2CustomRequestHandlingDetails.Builder
-
Packages that use AwsWafv2CustomRequestHandlingDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafv2CustomRequestHandlingDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsWafv2CustomRequestHandlingDetails.Builder Modifier and Type Method Description static AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails. builder()AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails.Builder. insertHeaders(Collection<AwsWafv2CustomHttpHeader> insertHeaders)The HTTP headers to insert into the request.AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails.Builder. insertHeaders(Consumer<AwsWafv2CustomHttpHeader.Builder>... insertHeaders)The HTTP headers to insert into the request.AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails.Builder. insertHeaders(AwsWafv2CustomHttpHeader... insertHeaders)The HTTP headers to insert into the request.AwsWafv2CustomRequestHandlingDetails.BuilderAwsWafv2CustomRequestHandlingDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafv2CustomRequestHandlingDetails.Builder Modifier and Type Method Description static Class<? extends AwsWafv2CustomRequestHandlingDetails.Builder>AwsWafv2CustomRequestHandlingDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafv2CustomRequestHandlingDetails.Builder Modifier and Type Method Description default AwsWafv2ActionAllowDetails.BuilderAwsWafv2ActionAllowDetails.Builder. customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)Defines custom handling for the web request.default AwsWafv2RulesActionCaptchaDetails.BuilderAwsWafv2RulesActionCaptchaDetails.Builder. customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's token is valid and unexpired.default AwsWafv2RulesActionCountDetails.BuilderAwsWafv2RulesActionCountDetails.Builder. customRequestHandling(Consumer<AwsWafv2CustomRequestHandlingDetails.Builder> customRequestHandling)Defines custom handling for the web request.
-