| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.associations(AwsEc2NetworkAclAssociation... associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.associations(Collection<AwsEc2NetworkAclAssociation> associations)
Associations between the network ACL and subnets.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.associations(Consumer<AwsEc2NetworkAclAssociation.Builder>... associations)
Associations between the network ACL and subnets.
|
static AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.builder() |
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.entries(AwsEc2NetworkAclEntry... entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.entries(Collection<AwsEc2NetworkAclEntry> entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.entries(Consumer<AwsEc2NetworkAclEntry.Builder>... entries)
The set of rules in the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.isDefault(Boolean isDefault)
Whether this is the default network ACL for the VPC.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.networkAclId(String networkAclId)
The identifier of the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.ownerId(String ownerId)
The identifier of the Amazon Web Services account that owns the network ACL.
|
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.toBuilder() |
AwsEc2NetworkAclDetails.Builder |
AwsEc2NetworkAclDetails.Builder.vpcId(String vpcId)
The identifier of the VPC for the network ACL.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEc2NetworkAclDetails.Builder> |
AwsEc2NetworkAclDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ResourceDetails.Builder |
ResourceDetails.Builder.awsEc2NetworkAcl(Consumer<AwsEc2NetworkAclDetails.Builder> awsEc2NetworkAcl)
Details about an EC2 network access control list (ACL).
|
Copyright © 2023. All rights reserved.