| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AWSManagedRulesACFPRuleSet.Builder> |
AWSManagedRulesACFPRuleSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ManagedRuleGroupConfig.Builder |
ManagedRuleGroupConfig.Builder.awsManagedRulesACFPRuleSet(Consumer<AWSManagedRulesACFPRuleSet.Builder> awsManagedRulesACFPRuleSet)
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet. |
Copyright © 2023. All rights reserved.