| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
List<ByteMatchSetUpdate> |
UpdateByteMatchSetRequest.updates()
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.updates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
| Modifier and Type | Method and Description |
|---|---|
UpdateByteMatchSetRequest.Builder |
UpdateByteMatchSetRequest.Builder.updates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
Copyright © 2023. All rights reserved.