Uses of Class
com.oracle.bmc.networkloadbalancer.responses.ListListenersResponse
-
Packages that use ListListenersResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of ListListenersResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return ListListenersResponse Modifier and Type Method Description ListListenersResponseNetworkLoadBalancer. listListeners(ListListenersRequest request)Lists all listeners associated with a given network load balancer.ListListenersResponseNetworkLoadBalancerClient. listListeners(ListListenersRequest request)Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type ListListenersResponse Modifier and Type Method Description Future<ListListenersResponse>NetworkLoadBalancerAsync. listListeners(ListListenersRequest request, AsyncHandler<ListListenersRequest,ListListenersResponse> handler)Lists all listeners associated with a given network load balancer.Future<ListListenersResponse>NetworkLoadBalancerAsyncClient. listListeners(ListListenersRequest request, AsyncHandler<ListListenersRequest,ListListenersResponse> handler)Iterable<ListListenersResponse>NetworkLoadBalancerPaginators. listListenersResponseIterator(ListListenersRequest request)Creates a new iterable which will iterate over the responses received from the listListeners operation.Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type ListListenersResponse Modifier and Type Method Description Future<ListListenersResponse>NetworkLoadBalancerAsync. listListeners(ListListenersRequest request, AsyncHandler<ListListenersRequest,ListListenersResponse> handler)Lists all listeners associated with a given network load balancer.Future<ListListenersResponse>NetworkLoadBalancerAsyncClient. listListeners(ListListenersRequest request, AsyncHandler<ListListenersRequest,ListListenersResponse> handler) -
Uses of ListListenersResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return ListListenersResponse Modifier and Type Method Description ListListenersResponseListListenersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type ListListenersResponse Modifier and Type Method Description ListListenersResponse.BuilderListListenersResponse.Builder. copy(ListListenersResponse o)Copy method to populate the builder with values from the given instance.
-