| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseInspectionJson.Builder |
ResponseInspectionJson.builder() |
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.failureValues(Collection<String> failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.failureValues(String... failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.identifier(String identifier)
The identifier for the value to match against in the JSON.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.successValues(Collection<String> successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.Builder.successValues(String... successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
ResponseInspectionJson.Builder |
ResponseInspectionJson.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseInspectionJson.Builder> |
ResponseInspectionJson.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInspection.Builder |
ResponseInspection.Builder.json(Consumer<ResponseInspectionJson.Builder> json)
Configures inspection of the response JSON for success and failure indicators.
|
Copyright © 2023. All rights reserved.