Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.paginators.DescribeListenersIterable
-
Packages that use DescribeListenersIterable Package Description software.amazon.awssdk.services.elasticloadbalancingv2 Elastic Load Balancing -
-
Uses of DescribeListenersIterable in software.amazon.awssdk.services.elasticloadbalancingv2
Methods in software.amazon.awssdk.services.elasticloadbalancingv2 that return DescribeListenersIterable Modifier and Type Method Description default DescribeListenersIterableElasticLoadBalancingV2Client. describeListenersPaginator(Consumer<DescribeListenersRequest.Builder> describeListenersRequest)Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.default DescribeListenersIterableElasticLoadBalancingV2Client. describeListenersPaginator(DescribeListenersRequest describeListenersRequest)Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.
-