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