Uses of Class
com.oracle.bmc.networkloadbalancer.requests.UpdateHealthCheckerRequest
-
Packages that use UpdateHealthCheckerRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of UpdateHealthCheckerRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type UpdateHealthCheckerRequest Modifier and Type Method Description UpdateHealthCheckerResponse
NetworkLoadBalancer. updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given network load balancer and backend set.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)
UpdateHealthCheckerResponse
NetworkLoadBalancerClient. updateHealthChecker(UpdateHealthCheckerRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type UpdateHealthCheckerRequest 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 UpdateHealthCheckerRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return UpdateHealthCheckerRequest Modifier and Type Method Description UpdateHealthCheckerRequest
UpdateHealthCheckerRequest.Builder. build()
Build the instance of UpdateHealthCheckerRequest as configured by this builderUpdateHealthCheckerRequest
UpdateHealthCheckerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateHealthCheckerRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type UpdateHealthCheckerRequest Modifier and Type Method Description UpdateHealthCheckerRequest.Builder
UpdateHealthCheckerRequest.Builder. copy(UpdateHealthCheckerRequest o)
Copy method to populate the builder with values from the given instance.
-