Uses of Class
software.amazon.awssdk.services.wafv2.model.ResponseInspection
-
Packages that use ResponseInspection Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of ResponseInspection in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ResponseInspection Modifier and Type Method Description ResponseInspectionAWSManagedRulesACFPRuleSet. responseInspection()The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account creation success rates.ResponseInspectionAWSManagedRulesATPRuleSet. responseInspection()The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type ResponseInspection Modifier and Type Method Description AWSManagedRulesACFPRuleSet.BuilderAWSManagedRulesACFPRuleSet.Builder. responseInspection(ResponseInspection responseInspection)The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track account creation success rates.AWSManagedRulesATPRuleSet.BuilderAWSManagedRulesATPRuleSet.Builder. responseInspection(ResponseInspection responseInspection)The criteria for inspecting responses to login requests, used by the ATP rule group to track login failure rates.
-