Uses of Class
software.amazon.awssdk.services.waf.model.WafActionType
-
Packages that use WafActionType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafActionType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WafActionType Modifier and Type Method Description static WafActionTypeWafActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WafActionTypeWafAction. type()Specifies how you want AWS WAF to respond to requests that match the settings in aRule.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 software.amazon.awssdk.services.waf.model that return types with arguments of type WafActionType Modifier and Type Method Description static Set<WafActionType>WafActionType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type WafActionType Modifier and Type Method Description WafAction.BuilderWafAction.Builder. type(WafActionType type)Specifies how you want AWS WAF to respond to requests that match the settings in aRule.
-