Uses of Class
com.amazonaws.services.ec2.model.NetworkAclAssociation
Packages that use NetworkAclAssociation
-
Uses of NetworkAclAssociation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAclAssociationModifier and TypeMethodDescriptionNetworkAclAssociation.clone()
NetworkAclAssociation.withNetworkAclAssociationId
(String networkAclAssociationId) The ID of the association between a network ACL and a subnet.NetworkAclAssociation.withNetworkAclId
(String networkAclId) The ID of the network ACL.NetworkAclAssociation.withSubnetId
(String subnetId) The ID of the subnet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAclAssociationModifier and TypeMethodDescriptionNetworkAcl.getAssociations()
Any associations between the network ACL and one or more subnetsMethods in com.amazonaws.services.ec2.model with parameters of type NetworkAclAssociationModifier and TypeMethodDescriptionNetworkAcl.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 NetworkAclAssociationModifier and TypeMethodDescriptionvoid
NetworkAcl.setAssociations
(Collection<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 subnets