Uses of Enum
com.amazonaws.services.waf.model.WafActionType
Packages that use WafActionType
-
Uses of WafActionType in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return WafActionTypeModifier and TypeMethodDescriptionstatic WafActionType
Use this in place of valueOf.static WafActionType
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 WafActionTypeModifier and TypeMethodDescriptionvoid
WafAction.setType
(WafActionType type) Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.WafAction.withType
(WafActionType type) Specifies how you want AWS WAF to respond to requests that match the settings in aRule
.