Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkAclAssociation> |
NetworkAcl.associations
Any associations between the network ACL and one or more subnets
|
Modifier and Type | Method and Description |
---|---|
NetworkAclAssociation |
NetworkAclAssociation.clone() |
NetworkAclAssociation |
NetworkAclAssociation.withNetworkAclAssociationId(java.lang.String networkAclAssociationId)
The ID of the association between a network ACL and a subnet.
|
NetworkAclAssociation |
NetworkAclAssociation.withNetworkAclId(java.lang.String networkAclId)
The ID of the network ACL.
|
NetworkAclAssociation |
NetworkAclAssociation.withSubnetId(java.lang.String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withAssociations(java.util.Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
Modifier and Type | Method and Description |
---|---|
NetworkAclAssociation |
NetworkAclAssociationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |