Uses of Class
com.amazonaws.services.ec2.model.NetworkAcl
-
Packages that use NetworkAcl Package Description com.amazonaws.services.ec2.model -
-
Uses of NetworkAcl in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NetworkAcl Modifier and Type Method Description NetworkAcl
NetworkAcl. clone()
NetworkAcl
CreateNetworkAclResult. getNetworkAcl()
Information about the network ACL.NetworkAcl
NetworkAcl. withAssociations(NetworkAclAssociation... associations)
Any associations between the network ACL and one or more subnetsNetworkAcl
NetworkAcl. withAssociations(Collection<NetworkAclAssociation> associations)
Any associations between the network ACL and one or more subnetsNetworkAcl
NetworkAcl. withEntries(NetworkAclEntry... entries)
One or more entries (rules) in the network ACL.NetworkAcl
NetworkAcl. withEntries(Collection<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. withTags(Tag... tags)
Any tags assigned to the network ACL.NetworkAcl
NetworkAcl. withTags(Collection<Tag> tags)
Any tags assigned to the network ACL.NetworkAcl
NetworkAcl. withVpcId(String vpcId)
The ID of the VPC for the network ACL.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NetworkAcl Modifier and Type Method Description List<NetworkAcl>
DescribeNetworkAclsResult. getNetworkAcls()
Information about one or more network ACLs.Methods in com.amazonaws.services.ec2.model with parameters of type NetworkAcl Modifier and Type Method 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.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NetworkAcl Modifier and Type Method 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.
-