Uses of Interface
software.amazon.awssdk.services.wafv2.model.CaptchaResponse.Builder
-
Packages that use CaptchaResponse.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of CaptchaResponse.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CaptchaResponse.Builder Modifier and Type Method Description static CaptchaResponse.BuilderCaptchaResponse. builder()CaptchaResponse.BuilderCaptchaResponse.Builder. failureReason(String failureReason)The reason for failure, populated when the evaluation of the token fails.CaptchaResponse.BuilderCaptchaResponse.Builder. failureReason(FailureReason failureReason)The reason for failure, populated when the evaluation of the token fails.CaptchaResponse.BuilderCaptchaResponse.Builder. responseCode(Integer responseCode)The HTTP response code indicating the status of theCAPTCHAtoken in the web request.CaptchaResponse.BuilderCaptchaResponse.Builder. solveTimestamp(Long solveTimestamp)The time that theCAPTCHAwas last solved for the supplied token.CaptchaResponse.BuilderCaptchaResponse. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CaptchaResponse.Builder Modifier and Type Method Description static Class<? extends CaptchaResponse.Builder>CaptchaResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type CaptchaResponse.Builder Modifier and Type Method Description default SampledHTTPRequest.BuilderSampledHTTPRequest.Builder. captchaResponse(Consumer<CaptchaResponse.Builder> captchaResponse)TheCAPTCHAresponse for the request.
-