| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static CaptchaResponse.Builder |
CaptchaResponse.builder() |
CaptchaResponse.Builder |
CaptchaResponse.Builder.failureReason(FailureReason failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse.Builder |
CaptchaResponse.Builder.failureReason(String failureReason)
The reason for failure, populated when the evaluation of the token fails.
|
CaptchaResponse.Builder |
CaptchaResponse.Builder.responseCode(Integer responseCode)
The HTTP response code indicating the status of the
CAPTCHA token in the web request. |
CaptchaResponse.Builder |
CaptchaResponse.Builder.solveTimestamp(Long solveTimestamp)
The time that the
CAPTCHA was last solved for the supplied token. |
CaptchaResponse.Builder |
CaptchaResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaptchaResponse.Builder> |
CaptchaResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.captchaResponse(Consumer<CaptchaResponse.Builder> captchaResponse)
The
CAPTCHA response for the request. |
Copyright © 2023. All rights reserved.