Uses of Enum
com.amazonaws.services.waf.model.ChangeAction
Packages that use ChangeAction
-
Uses of ChangeAction in com.amazonaws.services.waf.model
Subclasses with type arguments of type ChangeAction in com.amazonaws.services.waf.modelMethods in com.amazonaws.services.waf.model that return ChangeActionModifier and TypeMethodDescriptionstatic ChangeActionUse this in place of valueOf.static ChangeActionReturns the enum constant of this type with the specified name.static ChangeAction[]ChangeAction.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 ChangeActionModifier and TypeMethodDescriptionvoidByteMatchSetUpdate.setAction(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.voidIPSetUpdate.setAction(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.voidRuleUpdate.setAction(ChangeAction action) SpecifyINSERTto add aPredicateto aRule.voidSizeConstraintSetUpdate.setAction(ChangeAction action) voidSqlInjectionMatchSetUpdate.setAction(ChangeAction action) voidWebACLUpdate.setAction(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.voidXssMatchSetUpdate.setAction(ChangeAction action) ByteMatchSetUpdate.withAction(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.IPSetUpdate.withAction(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.RuleUpdate.withAction(ChangeAction action) SpecifyINSERTto add aPredicateto aRule.SizeConstraintSetUpdate.withAction(ChangeAction action) SqlInjectionMatchSetUpdate.withAction(ChangeAction action) WebACLUpdate.withAction(ChangeAction action) Specifies whether to insert aRuleinto or delete aRulefrom aWebACL.XssMatchSetUpdate.withAction(ChangeAction action)