Uses of Class
software.amazon.awssdk.services.fms.model.ComplianceViolator
-
Packages that use ComplianceViolator Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ComplianceViolator in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ComplianceViolator Modifier and Type Method Description List<ComplianceViolator>PolicyComplianceDetail. violators()An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group policy.Methods in software.amazon.awssdk.services.fms.model with parameters of type ComplianceViolator Modifier and Type Method Description PolicyComplianceDetail.BuilderPolicyComplianceDetail.Builder. violators(ComplianceViolator... violators)An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group policy.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type ComplianceViolator Modifier and Type Method Description PolicyComplianceDetail.BuilderPolicyComplianceDetail.Builder. violators(Collection<ComplianceViolator> violators)An array of resources that aren't protected by the WAF or Shield Advanced policy or that aren't in compliance with the security group policy.
-