Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkAclEntry
Packages that use NetworkAclEntry
-
Uses of NetworkAclEntry in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkAclEntryModifier and TypeMethodDescriptionfinal List<NetworkAclEntry>NetworkAcl.entries()The entries (rules) in the network ACL.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkAclEntryModifier and TypeMethodDescriptionNetworkAcl.Builder.entries(NetworkAclEntry... entries) The entries (rules) in the network ACL.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkAclEntryModifier and TypeMethodDescriptionNetworkAcl.Builder.entries(Collection<NetworkAclEntry> entries) The entries (rules) in the network ACL.