| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a RegexMatchTuple.
|
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.action(String action)
Specifies whether to insert or delete a RegexMatchTuple.
|
static RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.builder() |
default RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.regexMatchTuple(Consumer<RegexMatchTuple.Builder> 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.
|
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.Builder.regexMatchTuple(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.
|
RegexMatchSetUpdate.Builder |
RegexMatchSetUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RegexMatchSetUpdate.Builder> |
RegexMatchSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.