Uses of Class
com.oracle.bmc.networkloadbalancer.responses.UpdateHealthCheckerResponse
- 
Packages that use UpdateHealthCheckerResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses 
- 
- 
Uses of UpdateHealthCheckerResponse in com.oracle.bmc.networkloadbalancerMethods in com.oracle.bmc.networkloadbalancer that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponseNetworkLoadBalancer. updateHealthChecker(UpdateHealthCheckerRequest request)Updates the health check policy for a given network load balancer and backend set.UpdateHealthCheckerResponseNetworkLoadBalancerClient. updateHealthChecker(UpdateHealthCheckerRequest request)Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type UpdateHealthCheckerResponse Modifier and Type Method Description Future<UpdateHealthCheckerResponse>NetworkLoadBalancerAsync. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)Updates the health check policy for a given network load balancer and backend set.Future<UpdateHealthCheckerResponse>NetworkLoadBalancerAsyncClient. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type UpdateHealthCheckerResponse Modifier and Type Method Description Future<UpdateHealthCheckerResponse>NetworkLoadBalancerAsync. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)Updates the health check policy for a given network load balancer and backend set.Future<UpdateHealthCheckerResponse>NetworkLoadBalancerAsyncClient. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)
- 
Uses of UpdateHealthCheckerResponse in com.oracle.bmc.networkloadbalancer.responsesMethods in com.oracle.bmc.networkloadbalancer.responses that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponseUpdateHealthCheckerResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse.BuilderUpdateHealthCheckerResponse.Builder. copy(UpdateHealthCheckerResponse o)Copy method to populate the builder with values from the given instance.
 
-