| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RateBasedStatement |
RateBasedStatement.clone() |
RateBasedStatement |
Statement.getRateBasedStatement()
A rate-based rule tracks the rate of requests for each originating IP address, and triggers the rule action when
the rate exceeds a limit that you specify on the number of requests in any 5-minute time span.
|
RateBasedStatement |
RateBasedStatement.withAggregateKeyType(RateBasedStatementAggregateKeyType aggregateKeyType)
Setting that indicates how to aggregate the request counts.
|
RateBasedStatement |
RateBasedStatement.withAggregateKeyType(String aggregateKeyType)
Setting that indicates how to aggregate the request counts.
|
RateBasedStatement |
RateBasedStatement.withForwardedIPConfig(ForwardedIPConfig forwardedIPConfig)
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.
|
RateBasedStatement |
RateBasedStatement.withLimit(Long limit)
The limit on requests per 5-minute period for a single originating IP address.
|
RateBasedStatement |
RateBasedStatement.withScopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the rate-based statement to matching web requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setRateBasedStatement(RateBasedStatement rateBasedStatement)
A rate-based rule tracks the rate of requests for each originating IP address, and triggers the rule action when
the rate exceeds a limit that you specify on the number of requests in any 5-minute time span.
|
Statement |
Statement.withRateBasedStatement(RateBasedStatement rateBasedStatement)
A rate-based rule tracks the rate of requests for each originating IP address, and triggers the rule action when
the rate exceeds a limit that you specify on the number of requests in any 5-minute time span.
|
Copyright © 2020. All rights reserved.