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 WafActionType
WafActionType. fromValue(String value)
Use this in place of valueOf.static WafActionType
WafActionType. 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 void
WafAction. setType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.WafAction
WafAction. withType(WafActionType type)
Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.
-