Uses of Class
software.amazon.awssdk.services.waf.model.WafRuleType
-
Packages that use WafRuleType Package Description software.amazon.awssdk.services.waf.model -
-
Uses of WafRuleType in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return WafRuleType Modifier and Type Method Description static WafRuleTypeWafRuleType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WafRuleTypeActivatedRule. type()The rule type, eitherREGULAR, as defined by Rule,RATE_BASED, as defined by RateBasedRule, orGROUP, as defined by RuleGroup.static WafRuleTypeWafRuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static WafRuleType[]WafRuleType. 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 WafRuleType Modifier and Type Method Description static Set<WafRuleType>WafRuleType. knownValues()Methods in software.amazon.awssdk.services.waf.model with parameters of type WafRuleType Modifier and Type Method Description ActivatedRule.BuilderActivatedRule.Builder. type(WafRuleType type)The rule type, eitherREGULAR, as defined by Rule,RATE_BASED, as defined by RateBasedRule, orGROUP, as defined by RuleGroup.
-