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 UpdateListenerResponseNetworkLoadBalancer. 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)UpdateListenerResponseNetworkLoadBalancerClient. 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 UpdateListenerRequestUpdateListenerRequest.Builder. build()Build the instance of UpdateListenerRequest as configured by this builderUpdateListenerRequestUpdateListenerRequest.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.BuilderUpdateListenerRequest.Builder. copy(UpdateListenerRequest o)Copy method to populate the builder with values from the given instance.
-