Uses of Class
com.oracle.bmc.loadbalancer.requests.GetBackendHealthRequest
-
Packages that use GetBackendHealthRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetBackendHealthRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetBackendHealthRequest Modifier and Type Method Description GetBackendHealthResponse
LoadBalancer. getBackendHealth(GetBackendHealthRequest request)
Gets the current health status of the specified backend server.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)
GetBackendHealthResponse
LoadBalancerClient. getBackendHealth(GetBackendHealthRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetBackendHealthRequest 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 GetBackendHealthRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetBackendHealthRequest Modifier and Type Method Description GetBackendHealthRequest
GetBackendHealthRequest.Builder. build()
Build the instance of GetBackendHealthRequest as configured by this builderGetBackendHealthRequest
GetBackendHealthRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackendHealthRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetBackendHealthRequest Modifier and Type Method Description GetBackendHealthRequest.Builder
GetBackendHealthRequest.Builder. copy(GetBackendHealthRequest o)
Copy method to populate the builder with values from the given instance.
-