Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRegionalRulePredicateListDetails
-
Packages that use AwsWafRegionalRulePredicateListDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRegionalRulePredicateListDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRegionalRulePredicateListDetails Modifier and Type Method Description List<AwsWafRegionalRulePredicateListDetails>AwsWafRegionalRuleDetails. predicateList()Specifies theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsWafRegionalRulePredicateListDetails Modifier and Type Method Description AwsWafRegionalRuleDetails.BuilderAwsWafRegionalRuleDetails.Builder. predicateList(AwsWafRegionalRulePredicateListDetails... predicateList)Specifies theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsWafRegionalRulePredicateListDetails Modifier and Type Method Description AwsWafRegionalRuleDetails.BuilderAwsWafRegionalRuleDetails.Builder. predicateList(Collection<AwsWafRegionalRulePredicateListDetails> predicateList)Specifies theByteMatchSet,IPSet,SqlInjectionMatchSet,XssMatchSet,RegexMatchSet,GeoMatchSet, andSizeConstraintSetobjects that you want to add to a rule and, for each object, indicates whether you want to negate the settings.
-