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