Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private IPSetDescriptor |
IPSetUpdate.iPSetDescriptor
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IPSetDescriptor> |
IPSet.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 |
---|---|
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(java.lang.String type)
Specify
IPV4 . |
IPSetDescriptor |
IPSetDescriptor.withValue(java.lang.String value)
Specify an IPv4 address by using CIDR notation.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<IPSetDescriptor> iPSetDescriptors)
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSet |
IPSet.withIPSetDescriptors(java.util.Collection<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 |
---|---|
IPSetDescriptor |
IPSetDescriptorJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IPSetDescriptorJsonMarshaller.marshall(IPSetDescriptor iPSetDescriptor,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|