Uses of Class
com.oracle.bmc.loadbalancer.requests.UpdateListenerRequest
-
Packages that use UpdateListenerRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdateListenerRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type UpdateListenerRequest Modifier and Type Method Description UpdateListenerResponse
LoadBalancer. updateListener(UpdateListenerRequest request)
Updates a listener for a given load balancer.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)
UpdateListenerResponse
LoadBalancerClient. updateListener(UpdateListenerRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateListenerRequest 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 UpdateListenerRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdateListenerRequest Modifier and Type Method Description UpdateListenerRequest
UpdateListenerRequest.Builder. build()
Build the instance of UpdateListenerRequest as configured by this builderUpdateListenerRequest
UpdateListenerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateListenerRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdateListenerRequest Modifier and Type Method Description UpdateListenerRequest.Builder
UpdateListenerRequest.Builder. copy(UpdateListenerRequest o)
Copy method to populate the builder with values from the given instance.
-