Uses of Class
software.amazon.awssdk.services.waf.model.WafOverrideActionType
-
Packages that use WafOverrideActionType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafOverrideActionType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WafOverrideActionType Modifier and Type Method Description static WafOverrideActionTypeWafOverrideActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WafOverrideActionTypeWafOverrideAction. type()COUNToverrides the action specified by the individual rule within aRuleGroup.static WafOverrideActionTypeWafOverrideActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WafOverrideActionType[]WafOverrideActionType. 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 WafOverrideActionType Modifier and Type Method Description static Set<WafOverrideActionType>WafOverrideActionType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type WafOverrideActionType Modifier and Type Method Description WafOverrideAction.BuilderWafOverrideAction.Builder. type(WafOverrideActionType type)COUNToverrides the action specified by the individual rule within aRuleGroup.
-