| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafv2RulesActionCaptchaDetails.Builder |
AwsWafv2RulesActionCaptchaDetails.builder() |
AwsWafv2RulesActionCaptchaDetails.Builder |
AwsWafv2RulesActionCaptchaDetails.Builder.customRequestHandling(AwsWafv2CustomRequestHandlingDetails customRequestHandling)
Defines custom handling for the web request, used when the CAPTCHA inspection determines that the request's
token is valid and unexpired.
|
default AwsWafv2RulesActionCaptchaDetails.Builder |
AwsWafv2RulesActionCaptchaDetails.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.
|
AwsWafv2RulesActionCaptchaDetails.Builder |
AwsWafv2RulesActionCaptchaDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsWafv2RulesActionCaptchaDetails.Builder> |
AwsWafv2RulesActionCaptchaDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsWafv2RulesActionDetails.Builder |
AwsWafv2RulesActionDetails.Builder.captcha(Consumer<AwsWafv2RulesActionCaptchaDetails.Builder> captcha)
Instructs WAF to run a CAPTCHA check against the web request.
|
Copyright © 2023. All rights reserved.