| Package | Description |
|---|---|
| com.amazonaws.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RateBasedStatement |
RateBasedStatement.clone() |
RateBasedStatement |
Statement.getRateBasedStatement()
A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate.
|
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.withCustomKeys(Collection<RateBasedStatementCustomKey> customKeys)
Specifies the aggregate keys to use in a rate-base rule.
|
RateBasedStatement |
RateBasedStatement.withCustomKeys(RateBasedStatementCustomKey... customKeys)
Specifies the aggregate keys to use in a rate-base rule.
|
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 aggregation instance for the rate-based rule.
|
RateBasedStatement |
RateBasedStatement.withScopeDownStatement(Statement scopeDownStatement)
An optional nested statement that narrows the scope of the web requests that are evaluated and managed by the
rate-based statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Statement.setRateBasedStatement(RateBasedStatement rateBasedStatement)
A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate.
|
Statement |
Statement.withRateBasedStatement(RateBasedStatement rateBasedStatement)
A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate.
|
Copyright © 2023. All rights reserved.