| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetDescriptor |
IPSetDescriptor.clone() |
IPSetDescriptor |
IPSetUpdate.getIPSetDescriptor()
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
IPSetDescriptor |
IPSetDescriptor.withType(IPSetDescriptorType type)
Specify
IPV4 or IPV6. |
IPSetDescriptor |
IPSetDescriptor.withType(String type)
Specify
IPV4 or IPV6. |
IPSetDescriptor |
IPSetDescriptor.withValue(String value)
Specify an IPv4 address by using CIDR notation.
|
| Modifier and Type | Method and Description |
|---|---|
List<IPSetDescriptor> |
IPSet.getIPSetDescriptors()
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 |
|---|---|
void |
IPSetUpdate.setIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
IPSetUpdate |
IPSetUpdate.withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
IPSet |
IPSet.withIPSetDescriptors(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 |
|---|---|
void |
IPSet.setIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
IPSet |
IPSet.withIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
Copyright © 2024. All rights reserved.