| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSet |
IPSet.clone() |
IPSet |
GetIPSetResult.getIPSet()
|
IPSet |
IPSet.withAddresses(Collection<String> addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want WAF
to inspect for in incoming requests.
|
IPSet |
IPSet.withAddresses(String... addresses)
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want WAF
to inspect for in incoming requests.
|
IPSet |
IPSet.withARN(String aRN)
The Amazon Resource Name (ARN) of the entity.
|
IPSet |
IPSet.withDescription(String description)
A description of the IP set that helps with identification.
|
IPSet |
IPSet.withId(String id)
A unique identifier for the set.
|
IPSet |
IPSet.withIPAddressVersion(IPAddressVersion iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
IPSet |
IPSet.withIPAddressVersion(String iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
IPSet |
IPSet.withName(String name)
The name of the IP set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIPSetResult.setIPSet(IPSet iPSet)
|
GetIPSetResult |
GetIPSetResult.withIPSet(IPSet iPSet)
|
Copyright © 2024. All rights reserved.