Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetBackendSetHealthResponse
-
Packages that use GetBackendSetHealthResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetBackendSetHealthResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetBackendSetHealthResponse Modifier and Type Method Description GetBackendSetHealthResponse
NetworkLoadBalancer. getBackendSetHealth(GetBackendSetHealthRequest request)
Retrieves the health status for the specified backend set.GetBackendSetHealthResponse
NetworkLoadBalancerClient. getBackendSetHealth(GetBackendSetHealthRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetBackendSetHealthResponse Modifier and Type Method Description Future<GetBackendSetHealthResponse>
NetworkLoadBalancerAsync. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
Retrieves the health status for the specified backend set.Future<GetBackendSetHealthResponse>
NetworkLoadBalancerAsyncClient. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendSetHealthResponse Modifier and Type Method Description Future<GetBackendSetHealthResponse>
NetworkLoadBalancerAsync. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
Retrieves the health status for the specified backend set.Future<GetBackendSetHealthResponse>
NetworkLoadBalancerAsyncClient. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
-
Uses of GetBackendSetHealthResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetBackendSetHealthResponse Modifier and Type Method Description GetBackendSetHealthResponse
GetBackendSetHealthResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.responses with parameters of type GetBackendSetHealthResponse Modifier and Type Method Description GetBackendSetHealthResponse.Builder
GetBackendSetHealthResponse.Builder. copy(GetBackendSetHealthResponse o)
Copy method to populate the builder with values from the given instance.
-