| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| 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(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(IPSetDescriptor... iPSetDescriptors)
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
IPSet |
IPSet.withIPSetId(String iPSetId)
The
IPSetId for an IPSet. |
IPSet |
IPSet.withName(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. |
Copyright © 2023. All rights reserved.