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 NetworkAclAssociationNetworkAclAssociation. clone()NetworkAclAssociationNetworkAclAssociation. withNetworkAclAssociationId(String networkAclAssociationId)The ID of the association between a network ACL and a subnet.NetworkAclAssociationNetworkAclAssociation. withNetworkAclId(String networkAclId)The ID of the network ACL.NetworkAclAssociationNetworkAclAssociation. 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 NetworkAclNetworkAcl. 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 voidNetworkAcl. setAssociations(Collection<NetworkAclAssociation> associations)Any associations between the network ACL and one or more subnetsNetworkAclNetworkAcl. withAssociations(Collection<NetworkAclAssociation> associations)Any associations between the network ACL and one or more subnets
-