Uses of Class
software.amazon.awssdk.services.waf.model.ParameterExceptionReason
-
Packages that use ParameterExceptionReason Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ParameterExceptionReason in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ParameterExceptionReason Modifier and Type Method Description static ParameterExceptionReasonParameterExceptionReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ParameterExceptionReasonWafInvalidParameterException. reason()Returns the value of the Reason property for this object.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 software.amazon.awssdk.services.waf.model that return types with arguments of type ParameterExceptionReason Modifier and Type Method Description static Set<ParameterExceptionReason>ParameterExceptionReason. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type ParameterExceptionReason Modifier and Type Method Description WafInvalidParameterException.BuilderWafInvalidParameterException.Builder. reason(ParameterExceptionReason reason)Sets the value of the Reason property for this object.
-