Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetBackendHealthResponse
-
Packages that use GetBackendHealthResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetBackendHealthResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetBackendHealthResponse Modifier and Type Method Description GetBackendHealthResponse
NetworkLoadBalancer. getBackendHealth(GetBackendHealthRequest request)
Retrieves the current health status of the specified backend server.GetBackendHealthResponse
NetworkLoadBalancerClient. getBackendHealth(GetBackendHealthRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetBackendHealthResponse Modifier and Type Method Description Future<GetBackendHealthResponse>
NetworkLoadBalancerAsync. getBackendHealth(GetBackendHealthRequest request, AsyncHandler<GetBackendHealthRequest,GetBackendHealthResponse> handler)
Retrieves the current health status of the specified backend server.Future<GetBackendHealthResponse>
NetworkLoadBalancerAsyncClient. getBackendHealth(GetBackendHealthRequest request, AsyncHandler<GetBackendHealthRequest,GetBackendHealthResponse> handler)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendHealthResponse Modifier and Type Method Description Future<GetBackendHealthResponse>
NetworkLoadBalancerAsync. getBackendHealth(GetBackendHealthRequest request, AsyncHandler<GetBackendHealthRequest,GetBackendHealthResponse> handler)
Retrieves the current health status of the specified backend server.Future<GetBackendHealthResponse>
NetworkLoadBalancerAsyncClient. getBackendHealth(GetBackendHealthRequest request, AsyncHandler<GetBackendHealthRequest,GetBackendHealthResponse> handler)
-
Uses of GetBackendHealthResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetBackendHealthResponse Modifier and Type Method Description GetBackendHealthResponse
GetBackendHealthResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.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.
-