static AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.builder() |
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.creationPath(String creationPath) |
The path of the account creation endpoint for your application.
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.enableRegexInPath(Boolean enableRegexInPath) |
Allow the use of regular expressions in the registration page path and the account creation path.
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.registrationPagePath(String registrationPagePath) |
The path of the account registration endpoint for your application.
|
default AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.requestInspection(Consumer<RequestInspectionACFP.Builder> requestInspection) |
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track
account creation attempts.
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.requestInspection(RequestInspectionACFP requestInspection) |
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track
account creation attempts.
|
default AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.responseInspection(Consumer<ResponseInspection.Builder> responseInspection) |
The criteria for inspecting responses to account creation requests, used by the ACFP rule group to track
account creation success rates.
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.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.
|
AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.toBuilder() |
|