| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
IPSetReferenceStatement |
IPSetReferenceStatement.clone() |
IPSetReferenceStatement |
Statement.getIPSetReferenceStatement()
A rule statement used to detect web requests coming from particular IP addresses or address ranges.
|
IPSetReferenceStatement |
IPSetReferenceStatement.withARN(String aRN)
The Amazon Resource Name (ARN) of the IPSet that this statement references.
|
IPSetReferenceStatement |
IPSetReferenceStatement.withIPSetForwardedIPConfig(IPSetForwardedIPConfig iPSetForwardedIPConfig)
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address
that's reported by the web request origin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setIPSetReferenceStatement(IPSetReferenceStatement iPSetReferenceStatement)
A rule statement used to detect web requests coming from particular IP addresses or address ranges.
|
Statement |
Statement.withIPSetReferenceStatement(IPSetReferenceStatement iPSetReferenceStatement)
A rule statement used to detect web requests coming from particular IP addresses or address ranges.
|
Copyright © 2022. All rights reserved.