| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.action(String action)
Specifies whether to insert or delete a ByteMatchTuple.
|
static ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.builder() |
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.byteMatchTuple(ByteMatchTuple byteMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS
WAF to search for.
|
default ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.Builder.byteMatchTuple(Consumer<ByteMatchTuple.Builder> byteMatchTuple)
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS
WAF to search for.
|
ByteMatchSetUpdate.Builder |
ByteMatchSetUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ByteMatchSetUpdate.Builder> |
ByteMatchSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.