| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RateBasedStatementManagedKeysIPSet |
RateBasedStatementManagedKeysIPSet.clone() |
RateBasedStatementManagedKeysIPSet |
GetRateBasedStatementManagedKeysResult.getManagedKeysIPV4()
The keys that are of Internet Protocol version 4 (IPv4).
|
RateBasedStatementManagedKeysIPSet |
GetRateBasedStatementManagedKeysResult.getManagedKeysIPV6()
The keys that are of Internet Protocol version 6 (IPv6).
|
RateBasedStatementManagedKeysIPSet |
RateBasedStatementManagedKeysIPSet.withAddresses(Collection<String> addresses)
The IP addresses that are currently blocked.
|
RateBasedStatementManagedKeysIPSet |
RateBasedStatementManagedKeysIPSet.withAddresses(String... addresses)
The IP addresses that are currently blocked.
|
RateBasedStatementManagedKeysIPSet |
RateBasedStatementManagedKeysIPSet.withIPAddressVersion(IPAddressVersion iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
RateBasedStatementManagedKeysIPSet |
RateBasedStatementManagedKeysIPSet.withIPAddressVersion(String iPAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRateBasedStatementManagedKeysResult.setManagedKeysIPV4(RateBasedStatementManagedKeysIPSet managedKeysIPV4)
The keys that are of Internet Protocol version 4 (IPv4).
|
void |
GetRateBasedStatementManagedKeysResult.setManagedKeysIPV6(RateBasedStatementManagedKeysIPSet managedKeysIPV6)
The keys that are of Internet Protocol version 6 (IPv6).
|
GetRateBasedStatementManagedKeysResult |
GetRateBasedStatementManagedKeysResult.withManagedKeysIPV4(RateBasedStatementManagedKeysIPSet managedKeysIPV4)
The keys that are of Internet Protocol version 4 (IPv4).
|
GetRateBasedStatementManagedKeysResult |
GetRateBasedStatementManagedKeysResult.withManagedKeysIPV6(RateBasedStatementManagedKeysIPSet managedKeysIPV6)
The keys that are of Internet Protocol version 6 (IPv6).
|
Copyright © 2023. All rights reserved.