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