Package | Description |
---|---|
com.amazonaws.services.waf.model |
Modifier and Type | Method and Description |
---|---|
IPSetDescriptor |
IPSetDescriptor.clone() |
IPSetDescriptor |
IPSetUpdate.getIPSetDescriptor()
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSetDescriptor |
IPSetDescriptor.withType(IPSetDescriptorType type)
Specify
IPV4 . |
IPSetDescriptor |
IPSetDescriptor.withType(String type)
Specify
IPV4 . |
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 ) 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 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSetUpdate |
IPSetUpdate.withIPSetDescriptor(IPSetDescriptor iPSetDescriptor)
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSet |
IPSet.withIPSetDescriptors(IPSetDescriptor... iPSetDescriptors)
The IP address type (
IPV4 ) 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 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSet |
IPSet.withIPSetDescriptors(Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
Copyright © 2018. All rights reserved.