Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.Listener
-
Packages that use Listener Package Description software.amazon.awssdk.services.globalaccelerator.model software.amazon.awssdk.services.globalaccelerator.paginators -
-
Uses of Listener in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return Listener Modifier and Type Method Description ListenerCreateListenerResponse. listener()The listener that you've created.ListenerDescribeListenerResponse. listener()The description of a listener.ListenerUpdateListenerResponse. listener()Information for the updated listener.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Listener Modifier and Type Method Description List<Listener>ListListenersResponse. listeners()The list of listeners for an accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type Listener Modifier and Type Method Description CreateListenerResponse.BuilderCreateListenerResponse.Builder. listener(Listener listener)The listener that you've created.DescribeListenerResponse.BuilderDescribeListenerResponse.Builder. listener(Listener listener)The description of a listener.UpdateListenerResponse.BuilderUpdateListenerResponse.Builder. listener(Listener listener)Information for the updated listener.ListListenersResponse.BuilderListListenersResponse.Builder. listeners(Listener... listeners)The list of listeners for an accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Listener Modifier and Type Method Description ListListenersResponse.BuilderListListenersResponse.Builder. listeners(Collection<Listener> listeners)The list of listeners for an accelerator. -
Uses of Listener in software.amazon.awssdk.services.globalaccelerator.paginators
Methods in software.amazon.awssdk.services.globalaccelerator.paginators that return types with arguments of type Listener Modifier and Type Method Description SdkIterable<Listener>ListListenersIterable. listeners()Returns an iterable to iterate through the paginatedListListenersResponse.listeners()member.SdkPublisher<Listener>ListListenersPublisher. listeners()Returns a publisher that can be used to get a stream of data.
-