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 NetworkAclNetworkAcl. clone()NetworkAclCreateNetworkAclResult. getNetworkAcl()Information about the network ACL.NetworkAclNetworkAcl. withAssociations(NetworkAclAssociation... associations)Any associations between the network ACL and one or more subnetsNetworkAclNetworkAcl. withAssociations(Collection<NetworkAclAssociation> associations)Any associations between the network ACL and one or more subnetsNetworkAclNetworkAcl. withEntries(NetworkAclEntry... entries)One or more entries (rules) in the network ACL.NetworkAclNetworkAcl. withEntries(Collection<NetworkAclEntry> entries)One or more entries (rules) in the network ACL.NetworkAclNetworkAcl. withIsDefault(Boolean isDefault)Indicates whether this is the default network ACL for the VPC.NetworkAclNetworkAcl. withNetworkAclId(String networkAclId)The ID of the network ACL.NetworkAclNetworkAcl. withTags(Tag... tags)Any tags assigned to the network ACL.NetworkAclNetworkAcl. withTags(Collection<Tag> tags)Any tags assigned to the network ACL.NetworkAclNetworkAcl. 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 voidCreateNetworkAclResult. setNetworkAcl(NetworkAcl networkAcl)Information about the network ACL.CreateNetworkAclResultCreateNetworkAclResult. withNetworkAcl(NetworkAcl networkAcl)Information about the network ACL.DescribeNetworkAclsResultDescribeNetworkAclsResult. 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 voidDescribeNetworkAclsResult. setNetworkAcls(Collection<NetworkAcl> networkAcls)Information about one or more network ACLs.DescribeNetworkAclsResultDescribeNetworkAclsResult. withNetworkAcls(Collection<NetworkAcl> networkAcls)Information about one or more network ACLs.
-