Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsEc2NetworkAclAssociation.Builder
-
Packages that use AwsEc2NetworkAclAssociation.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsEc2NetworkAclAssociation.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsEc2NetworkAclAssociation.Builder Modifier and Type Method Description static AwsEc2NetworkAclAssociation.BuilderAwsEc2NetworkAclAssociation. builder()AwsEc2NetworkAclAssociation.BuilderAwsEc2NetworkAclAssociation.Builder. networkAclAssociationId(String networkAclAssociationId)The identifier of the association between the network ACL and the subnet.AwsEc2NetworkAclAssociation.BuilderAwsEc2NetworkAclAssociation.Builder. networkAclId(String networkAclId)The identifier of the network ACL.AwsEc2NetworkAclAssociation.BuilderAwsEc2NetworkAclAssociation.Builder. subnetId(String subnetId)The identifier of the subnet that is associated with the network ACL.AwsEc2NetworkAclAssociation.BuilderAwsEc2NetworkAclAssociation. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsEc2NetworkAclAssociation.Builder Modifier and Type Method Description static Class<? extends AwsEc2NetworkAclAssociation.Builder>AwsEc2NetworkAclAssociation. serializableBuilderClass()
-