| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseInspection |
ResponseInspection.clone() |
ResponseInspection |
AWSManagedRulesACFPRuleSet.getResponseInspection()
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account
creation success rates.
|
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 for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withHeader(ResponseInspectionHeader header)
Configures inspection of the response header for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withJson(ResponseInspectionJson json)
Configures inspection of the response JSON for success and failure indicators.
|
ResponseInspection |
ResponseInspection.withStatusCode(ResponseInspectionStatusCode statusCode)
Configures inspection of the response status code for success and failure indicators.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSManagedRulesACFPRuleSet.setResponseInspection(ResponseInspection responseInspection)
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account
creation success rates.
|
void |
AWSManagedRulesATPRuleSet.setResponseInspection(ResponseInspection responseInspection)
The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.
|
AWSManagedRulesACFPRuleSet |
AWSManagedRulesACFPRuleSet.withResponseInspection(ResponseInspection responseInspection)
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account
creation success 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 © 2025. All rights reserved.