Uses of Class
com.oracle.bmc.networkloadbalancer.requests.UpdateListenerRequest
-
Packages that use UpdateListenerRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of UpdateListenerRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type UpdateListenerRequest Modifier and Type Method Description UpdateListenerResponse
NetworkLoadBalancer. updateListener(UpdateListenerRequest request)
Updates a listener for a given network load balancer.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)
UpdateListenerResponse
NetworkLoadBalancerClient. updateListener(UpdateListenerRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type UpdateListenerRequest 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 UpdateListenerRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.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.networkloadbalancer.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.
-