Uses of Class
software.amazon.awssdk.services.fms.model.EntryViolation
-
Packages that use EntryViolation Package Description software.amazon.awssdk.services.fms.model -
-
Uses of EntryViolation in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type EntryViolation Modifier and Type Method Description List<EntryViolation>InvalidNetworkAclEntriesViolation. entryViolations()Detailed information about the entry violations in the network ACL.Methods in software.amazon.awssdk.services.fms.model with parameters of type EntryViolation Modifier and Type Method Description InvalidNetworkAclEntriesViolation.BuilderInvalidNetworkAclEntriesViolation.Builder. entryViolations(EntryViolation... entryViolations)Detailed information about the entry violations in the network ACL.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type EntryViolation Modifier and Type Method Description InvalidNetworkAclEntriesViolation.BuilderInvalidNetworkAclEntriesViolation.Builder. entryViolations(Collection<EntryViolation> entryViolations)Detailed information about the entry violations in the network ACL.
-