Uses of Class
com.oracle.bmc.loadbalancer.responses.UpdateHealthCheckerResponse
-
Packages that use UpdateHealthCheckerResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of UpdateHealthCheckerResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse
LoadBalancer. updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given load balancer and backend set.UpdateHealthCheckerResponse
LoadBalancerClient. updateHealthChecker(UpdateHealthCheckerRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type UpdateHealthCheckerResponse Modifier and Type Method Description Future<UpdateHealthCheckerResponse>
LoadBalancerAsync. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)
Updates the health check policy for a given load balancer and backend set.Future<UpdateHealthCheckerResponse>
LoadBalancerAsyncClient. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateHealthCheckerResponse Modifier and Type Method Description Future<UpdateHealthCheckerResponse>
LoadBalancerAsync. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)
Updates the health check policy for a given load balancer and backend set.Future<UpdateHealthCheckerResponse>
LoadBalancerAsyncClient. updateHealthChecker(UpdateHealthCheckerRequest request, AsyncHandler<UpdateHealthCheckerRequest,UpdateHealthCheckerResponse> handler)
-
Uses of UpdateHealthCheckerResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return UpdateHealthCheckerResponse Modifier and Type Method Description UpdateHealthCheckerResponse
UpdateHealthCheckerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.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.
-