Package | Description |
---|---|
com.amazonaws.services.waf.model | |
com.amazonaws.services.waf.model.transform |
Modifier and Type | Field and Description |
---|---|
private IPSet |
GetIPSetResult.iPSet
Information about the IPSet that you specified in the
GetIPSet request. |
private IPSet |
CreateIPSetResult.iPSet
The IPSet returned in the
CreateIPSet response. |
Modifier and Type | Method and Description |
---|---|
IPSet |
IPSet.clone() |
IPSet |
GetIPSetResult.getIPSet()
Information about the IPSet that you specified in the
GetIPSet request. |
IPSet |
CreateIPSetResult.getIPSet()
The IPSet returned in the
CreateIPSet response. |
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. |
IPSet |
IPSet.withIPSetDescriptors(IPSetDescriptor... iPSetDescriptors)
The IP address type (
IPV4 ) and the IP address range (in CIDR
notation) that web requests originate from. |
IPSet |
IPSet.withIPSetId(java.lang.String iPSetId)
The
IPSetId for an IPSet . |
IPSet |
IPSet.withName(java.lang.String name)
A friendly name or description of the IPSet.
|
Modifier and Type | Method and Description |
---|---|
void |
GetIPSetResult.setIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet request. |
void |
CreateIPSetResult.setIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSet response. |
GetIPSetResult |
GetIPSetResult.withIPSet(IPSet iPSet)
Information about the IPSet that you specified in the
GetIPSet request. |
CreateIPSetResult |
CreateIPSetResult.withIPSet(IPSet iPSet)
The IPSet returned in the
CreateIPSet response. |
Modifier and Type | Method and Description |
---|---|
IPSet |
IPSetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IPSetJsonMarshaller.marshall(IPSet iPSet,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|