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