Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAclAssociation> |
NetworkAcl.getAssociations()
Any associations between the network ACL and one or more subnets
|
Modifier and Type | Method and Description |
---|---|
NetworkAcl |
NetworkAcl.withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkAcl.setAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
Copyright © 2022. All rights reserved.