| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.clone() |
AwsEc2NetworkAclDetails |
ResourceDetails.getAwsEc2NetworkAcl()
Details about an EC2 network access control list (ACL).
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withAssociations(AwsEc2NetworkAclAssociation... associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withAssociations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withEntries(AwsEc2NetworkAclEntry... entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withEntries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withIsDefault(Boolean isDefault)
Whether this is the default network ACL for the VPC.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withNetworkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withOwnerId(String ownerId)
The identifier of the Amazon Web Services account that owns the network ACL.
|
AwsEc2NetworkAclDetails |
AwsEc2NetworkAclDetails.withVpcId(String vpcId)
The identifier of the VPC for the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsEc2NetworkAcl(AwsEc2NetworkAclDetails awsEc2NetworkAcl)
Details about an EC2 network access control list (ACL).
|
ResourceDetails |
ResourceDetails.withAwsEc2NetworkAcl(AwsEc2NetworkAclDetails awsEc2NetworkAcl)
Details about an EC2 network access control list (ACL).
|
Copyright © 2022. All rights reserved.