Uses of Enum
com.amazonaws.services.waf.model.ChangeAction
Packages that use ChangeAction
-
Uses of ChangeAction in com.amazonaws.services.waf.model
Methods in com.amazonaws.services.waf.model that return ChangeActionModifier and TypeMethodDescriptionstatic ChangeAction
Use this in place of valueOf.static ChangeAction
Returns 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 TypeMethodDescriptionvoid
ByteMatchSetUpdate.setAction
(ChangeAction action) Specifies whether to insert or delete a ByteMatchTuple.void
IPSetUpdate.setAction
(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.void
RuleUpdate.setAction
(ChangeAction action) SpecifyINSERT
to add aPredicate
to aRule
.void
SizeConstraintSetUpdate.setAction
(ChangeAction action) void
SqlInjectionMatchSetUpdate.setAction
(ChangeAction action) void
WebACLUpdate.setAction
(ChangeAction action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.void
XssMatchSetUpdate.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) SpecifyINSERT
to add aPredicate
to aRule
.SizeConstraintSetUpdate.withAction
(ChangeAction action) SqlInjectionMatchSetUpdate.withAction
(ChangeAction action) WebACLUpdate.withAction
(ChangeAction action) Specifies whether to insert aRule
into or delete aRule
from aWebACL
.XssMatchSetUpdate.withAction
(ChangeAction action)