| Package | Description |
|---|---|
| com.amazonaws.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
RateBasedRule |
RateBasedRule.clone() |
RateBasedRule |
CreateRateBasedRuleResult.getRule()
The RateBasedRule that is returned in the
CreateRateBasedRule response. |
RateBasedRule |
GetRateBasedRuleResult.getRule()
Information about the RateBasedRule that you specified in the
GetRateBasedRule request. |
RateBasedRule |
RateBasedRule.withMatchPredicates(Collection<Predicate> matchPredicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a RateBasedRule. |
RateBasedRule |
RateBasedRule.withMatchPredicates(Predicate... matchPredicates)
The
Predicates object contains one Predicate element for each ByteMatchSet,
IPSet, or SqlInjectionMatchSet object that you want to include in a RateBasedRule. |
RateBasedRule |
RateBasedRule.withMetricName(String metricName)
A friendly name or description for the metrics for a
RateBasedRule. |
RateBasedRule |
RateBasedRule.withName(String name)
A friendly name or description for a
RateBasedRule. |
RateBasedRule |
RateBasedRule.withRateKey(RateKey rateKey)
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to
rate monitoring.
|
RateBasedRule |
RateBasedRule.withRateKey(String rateKey)
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to
rate monitoring.
|
RateBasedRule |
RateBasedRule.withRateLimit(Long rateLimit)
The maximum number of requests, which have an identical value in the field specified by the
RateKey,
allowed in a five-minute period. |
RateBasedRule |
RateBasedRule.withRuleId(String ruleId)
A unique identifier for a
RateBasedRule. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRateBasedRuleResult.setRule(RateBasedRule rule)
The RateBasedRule that is returned in the
CreateRateBasedRule response. |
void |
GetRateBasedRuleResult.setRule(RateBasedRule rule)
Information about the RateBasedRule that you specified in the
GetRateBasedRule request. |
CreateRateBasedRuleResult |
CreateRateBasedRuleResult.withRule(RateBasedRule rule)
The RateBasedRule that is returned in the
CreateRateBasedRule response. |
GetRateBasedRuleResult |
GetRateBasedRuleResult.withRule(RateBasedRule rule)
Information about the RateBasedRule that you specified in the
GetRateBasedRule request. |
Copyright © 2018. All rights reserved.