Uses of Class
com.oracle.bmc.networkloadbalancer.model.ListenerSummary
-
Packages that use ListenerSummary Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.model -
-
Uses of ListenerSummary in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type ListenerSummary Modifier and Type Method Description Iterable<ListenerSummary>NetworkLoadBalancerPaginators. listListenersRecordIterator(ListListenersRequest request)Creates a new iterable which will iterate over theListenerSummaryobjects contained in responses from the listListeners operation. -
Uses of ListenerSummary in com.oracle.bmc.networkloadbalancer.model
Methods in com.oracle.bmc.networkloadbalancer.model that return ListenerSummary Modifier and Type Method Description ListenerSummaryListenerSummary.Builder. build()Methods in com.oracle.bmc.networkloadbalancer.model that return types with arguments of type ListenerSummary Modifier and Type Method Description List<ListenerSummary>ListenerCollection. getItems()Array of ListenerSummary objects.Methods in com.oracle.bmc.networkloadbalancer.model with parameters of type ListenerSummary Modifier and Type Method Description ListenerSummary.BuilderListenerSummary.Builder. copy(ListenerSummary model)Method parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type ListenerSummary Modifier and Type Method Description ListenerCollection.BuilderListenerCollection.Builder. items(List<ListenerSummary> items)Array of ListenerSummary objects.Constructor parameters in com.oracle.bmc.networkloadbalancer.model with type arguments of type ListenerSummary Constructor Description ListenerCollection(List<ListenerSummary> items)Deprecated.
-