Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkAclAssociation
Packages that use NetworkAclAssociation
-
Uses of NetworkAclAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkAclAssociationModifier and TypeMethodDescriptionfinal List<NetworkAclAssociation>NetworkAcl.associations()Any associations between the network ACL and your subnetsMethods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkAclAssociationModifier and TypeMethodDescriptionNetworkAcl.Builder.associations(NetworkAclAssociation... associations) Any associations between the network ACL and your subnetsMethod parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkAclAssociationModifier and TypeMethodDescriptionNetworkAcl.Builder.associations(Collection<NetworkAclAssociation> associations) Any associations between the network ACL and your subnets