void |
ByteMatchSetUpdate.setAction(ChangeAction action) |
|
void |
IPSetUpdate.setAction(ChangeAction action) |
Specifies whether to insert or delete an IP address with
UpdateIPSet.
|
void |
RuleUpdate.setAction(ChangeAction action) |
Specify INSERT to add a Predicate to a
Rule .
|
void |
SizeConstraintSetUpdate.setAction(ChangeAction action) |
|
void |
SqlInjectionMatchSetUpdate.setAction(ChangeAction action) |
|
void |
WebACLUpdate.setAction(ChangeAction action) |
Specifies whether to insert a Rule into or delete a
Rule from a WebACL .
|
void |
XssMatchSetUpdate.setAction(ChangeAction action) |
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(ChangeAction action) |
|
IPSetUpdate |
IPSetUpdate.withAction(ChangeAction action) |
Specifies whether to insert or delete an IP address with
UpdateIPSet.
|
RuleUpdate |
RuleUpdate.withAction(ChangeAction action) |
Specify INSERT to add a Predicate to a
Rule .
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(ChangeAction action) |
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(ChangeAction action) |
|
WebACLUpdate |
WebACLUpdate.withAction(ChangeAction action) |
Specifies whether to insert a Rule into or delete a
Rule from a WebACL .
|
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(ChangeAction action) |
|