Uses of Class
com.amazonaws.services.waf.model.WafActionType
-
Packages that use WafActionType Package Description com.amazonaws.services.waf.model -
-
Uses of WafActionType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WafActionType Modifier and Type Method Description static WafActionTypeWafActionType. fromValue(String value)Use this in place of valueOf.static WafActionTypeWafActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WafActionType[]WafActionType. 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 WafActionType Modifier and Type Method Description voidWafAction. setType(WafActionType type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.WafActionWafAction. withType(WafActionType type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.
-