Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkAclAssociation
-
Packages that use NetworkAclAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
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 NetworkAclAssociation Modifier and Type Method Description List<NetworkAclAssociation>NetworkAcl. associations()Any associations between the network ACL and your subnetsMethods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkAclAssociation Modifier and Type Method Description NetworkAcl.BuilderNetworkAcl.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 NetworkAclAssociation Modifier and Type Method Description NetworkAcl.BuilderNetworkAcl.Builder. associations(Collection<NetworkAclAssociation> associations)Any associations between the network ACL and your subnets
-