Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
static ChangeAction |
ChangeAction.fromValue(String value)
Use this in place of valueOf.
|
static ChangeAction |
ChangeAction.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleUpdate.setAction(ChangeAction action)
Specify
INSERT to add a Predicate to a
Rule . |
void |
WebACLUpdate.setAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a
Rule from a WebACL . |
void |
ByteMatchSetUpdate.setAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
void |
SizeConstraintSetUpdate.setAction(ChangeAction action)
|
void |
XssMatchSetUpdate.setAction(ChangeAction action)
|
void |
SqlInjectionMatchSetUpdate.setAction(ChangeAction action)
|
void |
IPSetUpdate.setAction(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 . |
WebACLUpdate |
WebACLUpdate.withAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a
Rule from a WebACL . |
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(ChangeAction action)
|
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(ChangeAction action)
|
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(ChangeAction action)
|
IPSetUpdate |
IPSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete an IP address with
UpdateIPSet.
|
Copyright © 2018. All rights reserved.