Uses of Class
com.amazonaws.services.ec2.model.NetworkAclAssociation
-
Packages that use NetworkAclAssociation Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkAclAssociation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAclAssociation Modifier and Type Method Description NetworkAclAssociation
NetworkAclAssociation. clone()
NetworkAclAssociation
NetworkAclAssociation. withNetworkAclAssociationId(String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.NetworkAclAssociation
NetworkAclAssociation. withNetworkAclId(String networkAclId)
The ID of the network ACL.NetworkAclAssociation
NetworkAclAssociation. withSubnetId(String subnetId)
The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAclAssociation Modifier and Type Method Description List<NetworkAclAssociation>
NetworkAcl. getAssociations()
Any associations between the network ACL and one or more subnetsMethods in com.amazonaws.services.ec2.model with parameters of type NetworkAclAssociation Modifier and Type Method Description NetworkAcl
NetworkAcl. withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnetsMethod parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkAclAssociation Modifier and Type Method Description void
NetworkAcl. setAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnetsNetworkAcl
NetworkAcl. withAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
-