| 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 |
XssMatchSetUpdate.setAction(ChangeAction action)
|
void |
WebACLUpdate.setAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL. |
void |
SqlInjectionMatchSetUpdate.setAction(ChangeAction action)
|
void |
RuleUpdate.setAction(ChangeAction action)
Specify
INSERT to add a Predicate to a Rule. |
void |
IPSetUpdate.setAction(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
void |
ByteMatchSetUpdate.setAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
void |
SizeConstraintSetUpdate.setAction(ChangeAction action)
|
XssMatchSetUpdate |
XssMatchSetUpdate.withAction(ChangeAction action)
|
WebACLUpdate |
WebACLUpdate.withAction(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL. |
SqlInjectionMatchSetUpdate |
SqlInjectionMatchSetUpdate.withAction(ChangeAction action)
|
RegexMatchSetUpdate |
RegexMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
|
RuleUpdate |
RuleUpdate.withAction(ChangeAction action)
Specify
INSERT to add a Predicate to a Rule. |
IPSetUpdate |
IPSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
GeoMatchSetUpdate |
GeoMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
RegexPatternSetUpdate |
RegexPatternSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a
RegexPatternString. |
RuleGroupUpdate |
RuleGroupUpdate.withAction(ChangeAction action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
SizeConstraintSetUpdate |
SizeConstraintSetUpdate.withAction(ChangeAction action)
|
Copyright © 2022. All rights reserved.