Uses of Class
software.amazon.awssdk.services.ec2.model.NetworkAcl
Packages that use NetworkAcl
Package
Description
-
Uses of NetworkAcl in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return NetworkAclModifier and TypeMethodDescriptionfinal NetworkAclCreateNetworkAclResponse.networkAcl()Information about the network ACL.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NetworkAclModifier and TypeMethodDescriptionfinal List<NetworkAcl>DescribeNetworkAclsResponse.networkAcls()Information about the network ACLs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NetworkAclModifier and TypeMethodDescriptionCreateNetworkAclResponse.Builder.networkAcl(NetworkAcl networkAcl) Information about the network ACL.DescribeNetworkAclsResponse.Builder.networkAcls(NetworkAcl... networkAcls) Information about the network ACLs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NetworkAclModifier and TypeMethodDescriptionDescribeNetworkAclsResponse.Builder.networkAcls(Collection<NetworkAcl> networkAcls) Information about the network ACLs. -
Uses of NetworkAcl in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type NetworkAclModifier and TypeMethodDescriptionfinal SdkIterable<NetworkAcl>DescribeNetworkAclsIterable.networkAcls()Returns an iterable to iterate through the paginatedDescribeNetworkAclsResponse.networkAcls()member.final SdkPublisher<NetworkAcl>DescribeNetworkAclsPublisher.networkAcls()Returns a publisher that can be used to get a stream of data.