Uses of Class
com.amazonaws.services.waf.model.ParameterExceptionReason
-
Packages that use ParameterExceptionReason Package Description com.amazonaws.services.waf.model -
-
Uses of ParameterExceptionReason in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ParameterExceptionReason Modifier and Type Method Description static ParameterExceptionReason
ParameterExceptionReason. fromValue(String value)
Use this in place of valueOf.static ParameterExceptionReason
ParameterExceptionReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterExceptionReason[]
ParameterExceptionReason. 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 ParameterExceptionReason Modifier and Type Method Description void
WAFInvalidParameterException. setReason(ParameterExceptionReason reason)
WAFInvalidParameterException
WAFInvalidParameterException. withReason(ParameterExceptionReason reason)
-