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