Uses of Class
com.oracle.bmc.loadbalancer.requests.GetBackendSetHealthRequest
-
Packages that use GetBackendSetHealthRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetBackendSetHealthRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetBackendSetHealthRequest Modifier and Type Method Description GetBackendSetHealthResponse
LoadBalancer. getBackendSetHealth(GetBackendSetHealthRequest request)
Gets the health status for the specified backend set.Future<GetBackendSetHealthResponse>
LoadBalancerAsync. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
Gets the health status for the specified backend set.Future<GetBackendSetHealthResponse>
LoadBalancerAsyncClient. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
GetBackendSetHealthResponse
LoadBalancerClient. getBackendSetHealth(GetBackendSetHealthRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetBackendSetHealthRequest Modifier and Type Method Description Future<GetBackendSetHealthResponse>
LoadBalancerAsync. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
Gets the health status for the specified backend set.Future<GetBackendSetHealthResponse>
LoadBalancerAsyncClient. getBackendSetHealth(GetBackendSetHealthRequest request, AsyncHandler<GetBackendSetHealthRequest,GetBackendSetHealthResponse> handler)
-
Uses of GetBackendSetHealthRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetBackendSetHealthRequest Modifier and Type Method Description GetBackendSetHealthRequest
GetBackendSetHealthRequest.Builder. build()
Build the instance of GetBackendSetHealthRequest as configured by this builderGetBackendSetHealthRequest
GetBackendSetHealthRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackendSetHealthRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetBackendSetHealthRequest Modifier and Type Method Description GetBackendSetHealthRequest.Builder
GetBackendSetHealthRequest.Builder. copy(GetBackendSetHealthRequest o)
Copy method to populate the builder with values from the given instance.
-