| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclAssociation |
AwsEc2NetworkAclAssociation.clone() |
AwsEc2NetworkAclAssociation |
AwsEc2NetworkAclAssociation.withNetworkAclAssociationId(String networkAclAssociationId)
The identifier of the association between the network ACL and the subnet.
|
AwsEc2NetworkAclAssociation |
AwsEc2NetworkAclAssociation.withNetworkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclAssociation |
AwsEc2NetworkAclAssociation.withSubnetId(String subnetId)
The identifier of the subnet that is associated with the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2NetworkAclAssociation> |
AwsEc2NetworkAclDetails.getAssociations()
Associations between the network ACL and subnets.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withAssociations(AwsEc2NetworkAclAssociation... associations)
Associations between the network ACL and subnets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2NetworkAclDetails.setAssociations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withAssociations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
|
Copyright © 2021. All rights reserved.