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.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse
NetworkLoadBalancer. updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given network load balancer and backend set.UpdateHealthCheckerResponse
NetworkLoadBalancerClient. 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.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse
UpdateHealthCheckerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse.Builder
UpdateHealthCheckerResponse.Builder. copy(UpdateHealthCheckerResponse o)
Copy method to populate the builder with values from the given instance.
-