Uses of Class
com.oracle.bmc.loadbalancer.responses.UpdateListenerResponse
-
Packages that use UpdateListenerResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of UpdateListenerResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return UpdateListenerResponse Modifier and Type Method Description UpdateListenerResponse
LoadBalancer. updateListener(UpdateListenerRequest request)
Updates a listener for a given load balancer.UpdateListenerResponse
LoadBalancerClient. updateListener(UpdateListenerRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type UpdateListenerResponse Modifier and Type Method Description Future<UpdateListenerResponse>
LoadBalancerAsync. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given load balancer.Future<UpdateListenerResponse>
LoadBalancerAsyncClient. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateListenerResponse Modifier and Type Method Description Future<UpdateListenerResponse>
LoadBalancerAsync. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
Updates a listener for a given load balancer.Future<UpdateListenerResponse>
LoadBalancerAsyncClient. updateListener(UpdateListenerRequest request, AsyncHandler<UpdateListenerRequest,UpdateListenerResponse> handler)
-
Uses of UpdateListenerResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return UpdateListenerResponse Modifier and Type Method Description UpdateListenerResponse
UpdateListenerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.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.
-