Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListenerSummary
-
Packages that use ListenerSummary Package Description software.amazon.awssdk.services.vpclattice.model software.amazon.awssdk.services.vpclattice.paginators -
-
Uses of ListenerSummary in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListenerSummary Modifier and Type Method Description List<ListenerSummary>ListListenersResponse. items()Information about the listeners.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ListenerSummary Modifier and Type Method Description ListListenersResponse.BuilderListListenersResponse.Builder. items(ListenerSummary... items)Information about the listeners.Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type ListenerSummary Modifier and Type Method Description ListListenersResponse.BuilderListListenersResponse.Builder. items(Collection<ListenerSummary> items)Information about the listeners. -
Uses of ListenerSummary in software.amazon.awssdk.services.vpclattice.paginators
Methods in software.amazon.awssdk.services.vpclattice.paginators that return types with arguments of type ListenerSummary Modifier and Type Method Description SdkIterable<ListenerSummary>ListListenersIterable. items()Returns an iterable to iterate through the paginatedListListenersResponse.items()member.SdkPublisher<ListenerSummary>ListListenersPublisher. items()Returns a publisher that can be used to get a stream of data.
-