Class CaptchaAction
- java.lang.Object
-
- software.amazon.awssdk.services.wafv2.model.CaptchaAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CaptchaAction.Builder,CaptchaAction>
@Generated("software.amazon.awssdk:codegen") public final class CaptchaAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptchaAction.Builder,CaptchaAction>
Specifies that WAF should run a
CAPTCHAcheck against the request:-
If the request includes a valid, unexpired
CAPTCHAtoken, WAF applies any custom request handling and labels that you've configured and then allows the web request inspection to proceed to the next rule, similar to aCountAction. -
If the request doesn't include a valid, unexpired token, WAF discontinues the web ACL evaluation of the request and blocks it from going to its intended destination.
WAF generates a response that it sends back to the client, which includes the following:
-
The header
x-amzn-waf-actionwith a value ofcaptcha. -
The HTTP status code
405 Method Not Allowed. -
If the request contains an
Acceptheader with a value oftext/html, the response includes aCAPTCHAJavaScript page interstitial.
-
You can configure the expiration time in the
CaptchaConfigImmunityTimePropertysetting at the rule and web ACL level. The rule setting overrides the web ACL setting.This action option is available for rules. It isn't available for web ACL default actions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaptchaAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CaptchaAction.Builderbuilder()CustomRequestHandlingcustomRequestHandling()Defines custom handling for the web request, used when theCAPTCHAinspection determines that the request's token is valid and unexpired.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CaptchaAction.Builder>serializableBuilderClass()CaptchaAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
customRequestHandling
public final CustomRequestHandling customRequestHandling()
Defines custom handling for the web request, used when the
CAPTCHAinspection determines that the request's token is valid and unexpired.For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
- Returns:
- Defines custom handling for the web request, used when the
CAPTCHAinspection determines that the request's token is valid and unexpired.For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
-
toBuilder
public CaptchaAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CaptchaAction.Builder,CaptchaAction>
-
builder
public static CaptchaAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends CaptchaAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-