| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSetUpdate |
ByteMatchSetUpdate.clone() |
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withAction(String action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate |
ByteMatchSetUpdate.withByteMatchTuple(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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ByteMatchSetUpdate> |
UpdateByteMatchSetRequest.getUpdates()
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateByteMatchSetRequest.setUpdates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
UpdateByteMatchSetRequest |
UpdateByteMatchSetRequest.withUpdates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
Copyright © 2017. All rights reserved.