| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
CaptchaResponse |
CaptchaResponse.clone() |
CaptchaResponse |
SampledHTTPRequest.getCaptchaResponse()
The
CAPTCHA response for the request. |
CaptchaResponse |
CaptchaResponse.withFailureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse |
CaptchaResponse.withFailureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse |
CaptchaResponse.withResponseCode(Integer responseCode)
The HTTP response code indicating the status of the
CAPTCHA token in the web request. |
CaptchaResponse |
CaptchaResponse.withSolveTimestamp(Long solveTimestamp)
The time that the
CAPTCHA was last solved for the supplied token. |
| Modifier and Type | Method and Description |
|---|---|
void |
SampledHTTPRequest.setCaptchaResponse(CaptchaResponse captchaResponse)
The
CAPTCHA response for the request. |
SampledHTTPRequest |
SampledHTTPRequest.withCaptchaResponse(CaptchaResponse captchaResponse)
The
CAPTCHA response for the request. |
Copyright © 2025. All rights reserved.