Uses of Enum
com.amazonaws.services.waf.model.WafActionType
Packages that use WafActionType
-
Uses of WafActionType in com.amazonaws.services.waf.model
Subclasses with type arguments of type WafActionType in com.amazonaws.services.waf.modelMethods in com.amazonaws.services.waf.model that return WafActionTypeModifier and TypeMethodDescriptionstatic WafActionTypeUse this in place of valueOf.static WafActionTypeReturns 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 TypeMethodDescriptionvoidWafAction.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.