| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetDescriptor |
IPSetUpdate.ipSetDescriptor()
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
| Modifier and Type | Method and Description |
|---|---|
List<IPSetDescriptor> |
IPSet.ipSetDescriptors()
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
| Modifier and Type | Method and Description |
|---|---|
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. |
IPSet.Builder |
IPSet.Builder.ipSetDescriptors(IPSetDescriptor... ipSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
| Modifier and Type | Method and Description |
|---|---|
IPSet.Builder |
IPSet.Builder.ipSetDescriptors(Collection<IPSetDescriptor> ipSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that
web requests originate from. |
Copyright © 2023. All rights reserved.