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