| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspection |
ResponseInspection.clone() |
ResponseInspection |
AWSManagedRulesATPRuleSet.getResponseInspection()
The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.
|
ResponseInspection |
ResponseInspection.withBodyContains(ResponseInspectionBodyContains bodyContains)
Configures inspection of the response body.
|
ResponseInspection |
ResponseInspection.withHeader(ResponseInspectionHeader header)
Configures inspection of the response header.
|
ResponseInspection |
ResponseInspection.withJson(ResponseInspectionJson json)
Configures inspection of the response JSON.
|
ResponseInspection |
ResponseInspection.withStatusCode(ResponseInspectionStatusCode statusCode)
Configures inspection of the response status code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSManagedRulesATPRuleSet.setResponseInspection(ResponseInspection responseInspection)
The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.
|
AWSManagedRulesATPRuleSet |
AWSManagedRulesATPRuleSet.withResponseInspection(ResponseInspection responseInspection)
The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.
|
Copyright © 2023. All rights reserved.