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