Uses of Class
com.amazonaws.services.waf.model.ParameterExceptionField
-
Packages that use ParameterExceptionField Package Description com.amazonaws.services.waf.model -
-
Uses of ParameterExceptionField in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ParameterExceptionField Modifier and Type Method Description static ParameterExceptionFieldParameterExceptionField. fromValue(String value)Use this in place of valueOf.static ParameterExceptionFieldParameterExceptionField. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterExceptionField[]ParameterExceptionField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.waf.model with parameters of type ParameterExceptionField Modifier and Type Method Description voidWAFInvalidParameterException. setField(ParameterExceptionField field)WAFInvalidParameterExceptionWAFInvalidParameterException. withField(ParameterExceptionField field)
-