| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSetUpdate |
RegexMatchSetUpdate.clone() |
RegexMatchSetUpdate |
RegexMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
|
RegexMatchSetUpdate |
RegexMatchSetUpdate.withAction(String action)
Specifies whether to insert or delete a RegexMatchTuple.
|
RegexMatchSetUpdate |
RegexMatchSetUpdate.withRegexMatchTuple(RegexMatchTuple regexMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular
expression (regex) pattern that you want AWS WAF to search for.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegexMatchSetUpdate> |
UpdateRegexMatchSetRequest.getUpdates()
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegexMatchSetRequest |
UpdateRegexMatchSetRequest.withUpdates(RegexMatchSetUpdate... updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRegexMatchSetRequest.setUpdates(Collection<RegexMatchSetUpdate> updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
UpdateRegexMatchSetRequest |
UpdateRegexMatchSetRequest.withUpdates(Collection<RegexMatchSetUpdate> updates)
An array of
RegexMatchSetUpdate objects that you want to insert into or delete from a
RegexMatchSet. |
Copyright © 2020. All rights reserved.