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 ParameterExceptionReasonParameterExceptionReason. fromValue(String value)Use this in place of valueOf.static ParameterExceptionReasonParameterExceptionReason. 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 voidWAFInvalidParameterException. setReason(ParameterExceptionReason reason)WAFInvalidParameterExceptionWAFInvalidParameterException. withReason(ParameterExceptionReason reason)
-