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