| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RateBasedStatement |
Statement.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.
|
| Modifier and Type | Method and Description |
|---|---|
Statement.Builder |
Statement.Builder.rateBasedStatement(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 © 2022. All rights reserved.