Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsEc2NetworkAclAssociation
-
Packages that use AwsEc2NetworkAclAssociation Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2NetworkAclAssociation in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2NetworkAclAssociation Modifier and Type Method Description List<AwsEc2NetworkAclAssociation>AwsEc2NetworkAclDetails. associations()Associations between the network ACL and subnets.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsEc2NetworkAclAssociation Modifier and Type Method Description AwsEc2NetworkAclDetails.BuilderAwsEc2NetworkAclDetails.Builder. associations(AwsEc2NetworkAclAssociation... associations)Associations between the network ACL and subnets.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsEc2NetworkAclAssociation Modifier and Type Method Description AwsEc2NetworkAclDetails.BuilderAwsEc2NetworkAclDetails.Builder. associations(Collection<AwsEc2NetworkAclAssociation> associations)Associations between the network ACL and subnets.
-