| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestInspectionACFP |
RequestInspectionACFP.clone() |
RequestInspectionACFP |
AWSManagedRulesACFPRuleSet.getRequestInspection()
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account
creation attempts.
|
RequestInspectionACFP |
RequestInspectionACFP.withAddressFields(AddressField... addressFields)
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP |
RequestInspectionACFP.withAddressFields(Collection<AddressField> addressFields)
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP |
RequestInspectionACFP.withEmailField(EmailField emailField)
The name of the field in the request payload that contains your customer's email.
|
RequestInspectionACFP |
RequestInspectionACFP.withPasswordField(PasswordField passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspectionACFP |
RequestInspectionACFP.withPayloadType(PayloadType payloadType)
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP |
RequestInspectionACFP.withPayloadType(String payloadType)
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP |
RequestInspectionACFP.withPhoneNumberFields(Collection<PhoneNumberField> phoneNumberFields)
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP |
RequestInspectionACFP.withPhoneNumberFields(PhoneNumberField... phoneNumberFields)
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP |
RequestInspectionACFP.withUsernameField(UsernameField usernameField)
The name of the field in the request payload that contains your customer's username.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSManagedRulesACFPRuleSet.setRequestInspection(RequestInspectionACFP requestInspection)
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account
creation attempts.
|
AWSManagedRulesACFPRuleSet |
AWSManagedRulesACFPRuleSet.withRequestInspection(RequestInspectionACFP requestInspection)
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account
creation attempts.
|
Copyright © 2024. All rights reserved.