Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NetworkAcl |
NetworkAcl.clone() |
NetworkAcl |
CreateNetworkAclResult.getNetworkAcl()
Information about the network ACL.
|
NetworkAcl |
NetworkAcl.withAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnets
|
NetworkAcl |
NetworkAcl.withEntries(Collection<NetworkAclEntry> entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.
|
NetworkAcl |
NetworkAcl.withIsDefault(Boolean isDefault)
Indicates whether this is the default network ACL for the VPC.
|
NetworkAcl |
NetworkAcl.withNetworkAclId(String networkAclId)
The ID of the network ACL.
|
NetworkAcl |
NetworkAcl.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the network ACL.
|
NetworkAcl |
NetworkAcl.withTags(Collection<Tag> tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
NetworkAcl.withTags(Tag... tags)
Any tags assigned to the network ACL.
|
NetworkAcl |
NetworkAcl.withVpcId(String vpcId)
The ID of the VPC for the network ACL.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkAcl> |
DescribeNetworkAclsResult.getNetworkAcls()
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkAclResult.setNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
CreateNetworkAclResult |
CreateNetworkAclResult.withNetworkAcl(NetworkAcl networkAcl)
Information about the network ACL.
|
DescribeNetworkAclsResult |
DescribeNetworkAclsResult.withNetworkAcls(NetworkAcl... networkAcls)
Information about one or more network ACLs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNetworkAclsResult.setNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
DescribeNetworkAclsResult |
DescribeNetworkAclsResult.withNetworkAcls(Collection<NetworkAcl> networkAcls)
Information about one or more network ACLs.
|
Copyright © 2021. All rights reserved.