Uses of Class
com.oracle.bmc.loadbalancer.responses.GetLoadBalancerHealthResponse
-
Packages that use GetLoadBalancerHealthResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of GetLoadBalancerHealthResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return GetLoadBalancerHealthResponse Modifier and Type Method Description GetLoadBalancerHealthResponse
LoadBalancer. getLoadBalancerHealth(GetLoadBalancerHealthRequest request)
Gets the health status for the specified load balancer.GetLoadBalancerHealthResponse
LoadBalancerClient. getLoadBalancerHealth(GetLoadBalancerHealthRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type GetLoadBalancerHealthResponse Modifier and Type Method Description Future<GetLoadBalancerHealthResponse>
LoadBalancerAsync. getLoadBalancerHealth(GetLoadBalancerHealthRequest request, AsyncHandler<GetLoadBalancerHealthRequest,GetLoadBalancerHealthResponse> handler)
Gets the health status for the specified load balancer.Future<GetLoadBalancerHealthResponse>
LoadBalancerAsyncClient. getLoadBalancerHealth(GetLoadBalancerHealthRequest request, AsyncHandler<GetLoadBalancerHealthRequest,GetLoadBalancerHealthResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetLoadBalancerHealthResponse Modifier and Type Method Description Future<GetLoadBalancerHealthResponse>
LoadBalancerAsync. getLoadBalancerHealth(GetLoadBalancerHealthRequest request, AsyncHandler<GetLoadBalancerHealthRequest,GetLoadBalancerHealthResponse> handler)
Gets the health status for the specified load balancer.Future<GetLoadBalancerHealthResponse>
LoadBalancerAsyncClient. getLoadBalancerHealth(GetLoadBalancerHealthRequest request, AsyncHandler<GetLoadBalancerHealthRequest,GetLoadBalancerHealthResponse> handler)
-
Uses of GetLoadBalancerHealthResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return GetLoadBalancerHealthResponse Modifier and Type Method Description GetLoadBalancerHealthResponse
GetLoadBalancerHealthResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type GetLoadBalancerHealthResponse Modifier and Type Method Description GetLoadBalancerHealthResponse.Builder
GetLoadBalancerHealthResponse.Builder. copy(GetLoadBalancerHealthResponse o)
Copy method to populate the builder with values from the given instance.
-