| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsWafRateBasedRuleMatchPredicate |
AwsWafRateBasedRuleMatchPredicate.clone() |
AwsWafRateBasedRuleMatchPredicate |
AwsWafRateBasedRuleMatchPredicate.withDataId(String dataId)
The unique identifier for the predicate.
|
AwsWafRateBasedRuleMatchPredicate |
AwsWafRateBasedRuleMatchPredicate.withNegated(Boolean negated)
If set to
true, then the rule actions are performed on requests that match the predicate settings. |
AwsWafRateBasedRuleMatchPredicate |
AwsWafRateBasedRuleMatchPredicate.withType(String type)
The type of predicate.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsWafRateBasedRuleMatchPredicate> |
AwsWafRateBasedRuleDetails.getMatchPredicates()
The predicates to include in the rate-based rule.
|
| Modifier and Type | Method and Description |
|---|---|
AwsWafRateBasedRuleDetails |
AwsWafRateBasedRuleDetails.withMatchPredicates(AwsWafRateBasedRuleMatchPredicate... matchPredicates)
The predicates to include in the rate-based rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsWafRateBasedRuleDetails.setMatchPredicates(Collection<AwsWafRateBasedRuleMatchPredicate> matchPredicates)
The predicates to include in the rate-based rule.
|
AwsWafRateBasedRuleDetails |
AwsWafRateBasedRuleDetails.withMatchPredicates(Collection<AwsWafRateBasedRuleMatchPredicate> matchPredicates)
The predicates to include in the rate-based rule.
|
Copyright © 2024. All rights reserved.