| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IPAddressVersion |
IPAddressVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IPAddressVersion |
RateBasedStatementManagedKeysIPSet.ipAddressVersion()
The version of the IP addresses, either
IPV4 or IPV6. |
IPAddressVersion |
IPSet.ipAddressVersion()
The version of the IP addresses, either
IPV4 or IPV6. |
IPAddressVersion |
CreateIpSetRequest.ipAddressVersion()
The version of the IP addresses, either
IPV4 or IPV6. |
static IPAddressVersion |
IPAddressVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPAddressVersion[] |
IPAddressVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IPAddressVersion> |
IPAddressVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RateBasedStatementManagedKeysIPSet.Builder |
RateBasedStatementManagedKeysIPSet.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
IPSet.Builder |
IPSet.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
CreateIpSetRequest.Builder |
CreateIpSetRequest.Builder.ipAddressVersion(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4 or IPV6. |
Copyright © 2023. All rights reserved.