Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRateBasedRuleMatchPredicate
-
Packages that use AwsWafRateBasedRuleMatchPredicate Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRateBasedRuleMatchPredicate in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRateBasedRuleMatchPredicate Modifier and Type Method Description List<AwsWafRateBasedRuleMatchPredicate>AwsWafRateBasedRuleDetails. matchPredicates()The predicates to include in the rate-based rule.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafRateBasedRuleMatchPredicate Modifier and Type Method Description AwsWafRateBasedRuleDetails.BuilderAwsWafRateBasedRuleDetails.Builder. matchPredicates(AwsWafRateBasedRuleMatchPredicate... matchPredicates)The predicates to include in the rate-based rule.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafRateBasedRuleMatchPredicate Modifier and Type Method Description AwsWafRateBasedRuleDetails.BuilderAwsWafRateBasedRuleDetails.Builder. matchPredicates(Collection<AwsWafRateBasedRuleMatchPredicate> matchPredicates)The predicates to include in the rate-based rule.
-