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