| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetUpdate.Builder |
IPSetUpdate.Builder.action(ChangeAction action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
IPSetUpdate.Builder |
IPSetUpdate.Builder.action(String action)
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
static IPSetUpdate.Builder |
IPSetUpdate.builder() |
default IPSetUpdate.Builder |
IPSetUpdate.Builder.ipSetDescriptor(Consumer<IPSetDescriptor.Builder> ipSetDescriptor)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
IPSetUpdate.Builder |
IPSetUpdate.Builder.ipSetDescriptor(IPSetDescriptor ipSetDescriptor)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
IPSetUpdate.Builder |
IPSetUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IPSetUpdate.Builder> |
IPSetUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.