Uses of Class
software.amazon.awssdk.services.fms.model.PartialMatch
-
Packages that use PartialMatch Package Description software.amazon.awssdk.services.fms.model -
-
Uses of PartialMatch in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type PartialMatch Modifier and Type Method Description List<PartialMatch>AwsVPCSecurityGroupViolation. partialMatches()List of rules specified in the security group of the Firewall Manager policy that partially match theViolationTargetrule.Methods in software.amazon.awssdk.services.fms.model with parameters of type PartialMatch Modifier and Type Method Description AwsVPCSecurityGroupViolation.BuilderAwsVPCSecurityGroupViolation.Builder. partialMatches(PartialMatch... partialMatches)List of rules specified in the security group of the Firewall Manager policy that partially match theViolationTargetrule.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type PartialMatch Modifier and Type Method Description AwsVPCSecurityGroupViolation.BuilderAwsVPCSecurityGroupViolation.Builder. partialMatches(Collection<PartialMatch> partialMatches)List of rules specified in the security group of the Firewall Manager policy that partially match theViolationTargetrule.
-