Uses of Class
com.amazonaws.services.ec2.model.NetworkAcl
Packages that use NetworkAcl
-
Uses of NetworkAcl in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAclModifier and TypeMethodDescriptionNetworkAcl.clone()
CreateNetworkAclResult.getNetworkAcl()
Information about the network ACL.NetworkAcl.withAssociations
(NetworkAclAssociation... associations) Any associations between the network ACL and one or more subnetsNetworkAcl.withAssociations
(Collection<NetworkAclAssociation> associations) Any associations between the network ACL and one or more subnetsNetworkAcl.withEntries
(NetworkAclEntry... entries) One or more entries (rules) in the network ACL.NetworkAcl.withEntries
(Collection<NetworkAclEntry> entries) One or more entries (rules) in the network ACL.NetworkAcl.withIsDefault
(Boolean isDefault) Indicates whether this is the default network ACL for the VPC.NetworkAcl.withNetworkAclId
(String networkAclId) The ID of the network ACL.Any tags assigned to the network ACL.NetworkAcl.withTags
(Collection<Tag> tags) Any tags assigned to the network ACL.The ID of the VPC for the network ACL.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAclModifier and TypeMethodDescriptionDescribeNetworkAclsResult.getNetworkAcls()
Information about one or more network ACLs.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkAclModifier and TypeMethodDescriptionvoid
CreateNetworkAclResult.setNetworkAcl
(NetworkAcl networkAcl) Information about the network ACL.CreateNetworkAclResult.withNetworkAcl
(NetworkAcl networkAcl) Information about the network ACL.DescribeNetworkAclsResult.withNetworkAcls
(NetworkAcl... networkAcls) Information about one or more network ACLs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkAclModifier and TypeMethodDescriptionvoid
DescribeNetworkAclsResult.setNetworkAcls
(Collection<NetworkAcl> networkAcls) Information about one or more network ACLs.DescribeNetworkAclsResult.withNetworkAcls
(Collection<NetworkAcl> networkAcls) Information about one or more network ACLs.