Uses of Class
com.amazonaws.services.ec2.model.NetworkAcl

Packages that use NetworkAcl
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of NetworkAcl in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return NetworkAcl
 NetworkAcl CreateNetworkAclResult.getNetworkAcl()
          Information about the network ACL.
 NetworkAcl NetworkAcl.withAssociations(Collection<NetworkAclAssociation> associations)
          Any associations between the network ACL and one or more subnets
 NetworkAcl NetworkAcl.withAssociations(NetworkAclAssociation... associations)
          Any associations between the network ACL and one or more subnets
 NetworkAcl NetworkAcl.withEntries(Collection<NetworkAclEntry> entries)
          One or more entries (rules) in the network ACL.
 NetworkAcl NetworkAcl.withEntries(NetworkAclEntry... entries)
          One or more entries (rules) in the network ACL.
 NetworkAcl NetworkAcl.withIsDefault(Boolean isDefault)
          Indicates whether this is the default network ACL for the VPC.
 NetworkAcl NetworkAcl.withNetworkAclId(String networkAclId)
          The ID of the network ACL.
 NetworkAcl NetworkAcl.withTags(Collection<Tag> tags)
          Any tags assigned to the network ACL.
 NetworkAcl NetworkAcl.withTags(Tag... tags)
          Any tags assigned to the network ACL.
 NetworkAcl NetworkAcl.withVpcId(String vpcId)
          The ID of the VPC for the network ACL.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAcl
 List<NetworkAcl> DescribeNetworkAclsResult.getNetworkAcls()
          Information about one or more network ACLs.
 

Methods in com.amazonaws.services.ec2.model with parameters of type NetworkAcl
 void CreateNetworkAclResult.setNetworkAcl(NetworkAcl networkAcl)
          Information about the network ACL.
 CreateNetworkAclResult CreateNetworkAclResult.withNetworkAcl(NetworkAcl networkAcl)
          Information about the network ACL.
 DescribeNetworkAclsResult DescribeNetworkAclsResult.withNetworkAcls(NetworkAcl... networkAcls)
          Information about one or more network ACLs.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkAcl
 void DescribeNetworkAclsResult.setNetworkAcls(Collection<NetworkAcl> networkAcls)
          Information about one or more network ACLs.
 DescribeNetworkAclsResult DescribeNetworkAclsResult.withNetworkAcls(Collection<NetworkAcl> networkAcls)
          Information about one or more network ACLs.
 



Copyright © 2016. All rights reserved.