| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspectionJson |
ResponseInspectionJson.clone() |
ResponseInspectionJson |
ResponseInspection.getJson()
Configures inspection of the response JSON for success and failure indicators.
|
ResponseInspectionJson |
ResponseInspectionJson.withFailureValues(Collection<String> failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson |
ResponseInspectionJson.withFailureValues(String... failureValues)
Values for the specified identifier in the response JSON that indicate a failed login or account creation
attempt.
|
ResponseInspectionJson |
ResponseInspectionJson.withIdentifier(String identifier)
The identifier for the value to match against in the JSON.
|
ResponseInspectionJson |
ResponseInspectionJson.withSuccessValues(Collection<String> successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
ResponseInspectionJson |
ResponseInspectionJson.withSuccessValues(String... successValues)
Values for the specified identifier in the response JSON that indicate a successful login or account creation
attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseInspection.setJson(ResponseInspectionJson json)
Configures inspection of the response JSON for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withJson(ResponseInspectionJson json)
Configures inspection of the response JSON for success and failure indicators.
|
Copyright © 2023. All rights reserved.