Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsWafRulePredicateListDetails
-
Packages that use AwsWafRulePredicateListDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsWafRulePredicateListDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsWafRulePredicateListDetails Modifier and Type Method Description List<AwsWafRulePredicateListDetails>AwsWafRuleDetails. 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 AwsWafRulePredicateListDetails Modifier and Type Method Description AwsWafRuleDetails.BuilderAwsWafRuleDetails.Builder. predicateList(AwsWafRulePredicateListDetails... 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 AwsWafRulePredicateListDetails Modifier and Type Method Description AwsWafRuleDetails.BuilderAwsWafRuleDetails.Builder. predicateList(Collection<AwsWafRulePredicateListDetails> 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.
-