Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Listener
-
Packages that use Listener Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model software.amazon.awssdk.services.elasticloadbalancingv2.paginators -
-
Uses of Listener in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Listener Modifier and Type Method Description List<Listener>CreateListenerResponse. listeners()Information about the listener.List<Listener>DescribeListenersResponse. listeners()Information about the listeners.List<Listener>ModifyListenerResponse. listeners()Information about the modified listener.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type Listener Modifier and Type Method Description CreateListenerResponse.BuilderCreateListenerResponse.Builder. listeners(Listener... listeners)Information about the listener.DescribeListenersResponse.BuilderDescribeListenersResponse.Builder. listeners(Listener... listeners)Information about the listeners.ModifyListenerResponse.BuilderModifyListenerResponse.Builder. listeners(Listener... listeners)Information about the modified listener.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type Listener Modifier and Type Method Description CreateListenerResponse.BuilderCreateListenerResponse.Builder. listeners(Collection<Listener> listeners)Information about the listener.DescribeListenersResponse.BuilderDescribeListenersResponse.Builder. listeners(Collection<Listener> listeners)Information about the listeners.ModifyListenerResponse.BuilderModifyListenerResponse.Builder. listeners(Collection<Listener> listeners)Information about the modified listener. -
Uses of Listener in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type Listener Modifier and Type Method Description SdkIterable<Listener>DescribeListenersIterable. listeners()Returns an iterable to iterate through the paginatedDescribeListenersResponse.listeners()member.SdkPublisher<Listener>DescribeListenersPublisher. listeners()Returns a publisher that can be used to get a stream of data.
-