| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeAction |
SqlInjectionMatchSetUpdate.action()
|
ChangeAction |
GeoMatchSetUpdate.action()
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
ChangeAction |
RuleUpdate.action()
Specify
INSERT to add a Predicate to a Rule. |
ChangeAction |
SizeConstraintSetUpdate.action()
|
ChangeAction |
IPSetUpdate.action()
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
ChangeAction |
ByteMatchSetUpdate.action()
Specifies whether to insert or delete a ByteMatchTuple.
|
ChangeAction |
RuleGroupUpdate.action()
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
ChangeAction |
RegexMatchSetUpdate.action()
Specifies whether to insert or delete a RegexMatchTuple.
|
ChangeAction |
WebACLUpdate.action()
Specifies whether to insert a
Rule into or delete a Rule from a WebACL. |
ChangeAction |
RegexPatternSetUpdate.action()
Specifies whether to insert or delete a
RegexPatternString. |
ChangeAction |
XssMatchSetUpdate.action()
|
static ChangeAction |
ChangeAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ChangeAction> |
ChangeAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SqlInjectionMatchSetUpdate.Builder |
SqlInjectionMatchSetUpdate.Builder.action(ChangeAction action)
|
GeoMatchSetUpdate.Builder |
GeoMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
|
RuleUpdate.Builder |
RuleUpdate.Builder.action(ChangeAction action)
Specify
INSERT to add a Predicate to a Rule. |
SizeConstraintSetUpdate.Builder |
SizeConstraintSetUpdate.Builder.action(ChangeAction action)
|
IPSetUpdate.Builder |
IPSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
RuleGroupUpdate.Builder |
RuleGroupUpdate.Builder.action(ChangeAction action)
Specify
INSERT to add an ActivatedRule to a RuleGroup. |
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
|
WebACLUpdate.Builder |
WebACLUpdate.Builder.action(ChangeAction action)
Specifies whether to insert a
Rule into or delete a Rule from a WebACL
. |
RegexPatternSetUpdate.Builder |
RegexPatternSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a
RegexPatternString. |
XssMatchSetUpdate.Builder |
XssMatchSetUpdate.Builder.action(ChangeAction action)
|
Copyright © 2023. All rights reserved.