Uses of Class
software.amazon.awssdk.services.fms.model.ResourceViolation
-
Packages that use ResourceViolation Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ResourceViolation in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ResourceViolation Modifier and Type Method Description List<ResourceViolation>ViolationDetail. resourceViolations()List of violations for the requested resource.Methods in software.amazon.awssdk.services.fms.model with parameters of type ResourceViolation Modifier and Type Method Description ViolationDetail.BuilderViolationDetail.Builder. resourceViolations(ResourceViolation... resourceViolations)List of violations for the requested resource.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type ResourceViolation Modifier and Type Method Description ViolationDetail.BuilderViolationDetail.Builder. resourceViolations(Collection<ResourceViolation> resourceViolations)List of violations for the requested resource.
-