Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetBackendHealthRequest
-
Packages that use GetBackendHealthRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of GetBackendHealthRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type GetBackendHealthRequest Modifier and Type Method Description GetBackendHealthResponse
NetworkLoadBalancer. getBackendHealth(GetBackendHealthRequest request)
Retrieves the current health status of the specified backend server.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)
GetBackendHealthResponse
NetworkLoadBalancerClient. getBackendHealth(GetBackendHealthRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendHealthRequest 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 GetBackendHealthRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.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.networkloadbalancer.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.
-