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