Uses of Class
software.amazon.awssdk.services.wafv2.model.PhoneNumberField
-
Packages that use PhoneNumberField Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of PhoneNumberField in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type PhoneNumberField Modifier and Type Method Description List<PhoneNumberField>RequestInspectionACFP. phoneNumberFields()The names of the fields in the request payload that contain your customer's primary phone number.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type PhoneNumberField Modifier and Type Method Description RequestInspectionACFP.BuilderRequestInspectionACFP.Builder. phoneNumberFields(PhoneNumberField... phoneNumberFields)The names of the fields in the request payload that contain your customer's primary phone number.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type PhoneNumberField Modifier and Type Method Description RequestInspectionACFP.BuilderRequestInspectionACFP.Builder. phoneNumberFields(Collection<PhoneNumberField> phoneNumberFields)The names of the fields in the request payload that contain your customer's primary phone number.
-