Uses of Class
com.oracle.bmc.networkloadbalancer.responses.UpdateListenerResponse
-
Packages that use UpdateListenerResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of UpdateListenerResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return UpdateListenerResponse Modifier and Type Method Description UpdateListenerResponse
NetworkLoadBalancer. updateListener(UpdateListenerRequest request)
Updates a listener for a given network load balancer.UpdateListenerResponse
NetworkLoadBalancerClient. updateListener(UpdateListenerRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type UpdateListenerResponse Modifier and Type Method Description Future<UpdateListenerResponse>
NetworkLoadBalancerAsync. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given network load balancer.Future<UpdateListenerResponse>
NetworkLoadBalancerAsyncClient. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type UpdateListenerResponse Modifier and Type Method Description Future<UpdateListenerResponse>
NetworkLoadBalancerAsync. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given network load balancer.Future<UpdateListenerResponse>
NetworkLoadBalancerAsyncClient. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
-
Uses of UpdateListenerResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return UpdateListenerResponse Modifier and Type Method Description UpdateListenerResponse
UpdateListenerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type UpdateListenerResponse Modifier and Type Method Description UpdateListenerResponse.Builder
UpdateListenerResponse.Builder. copy(UpdateListenerResponse o)
Copy method to populate the builder with values from the given instance.
-