Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetHealthCheckerRequest
-
Packages that use GetHealthCheckerRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of GetHealthCheckerRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type GetHealthCheckerRequest 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.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)
GetHealthCheckerResponse
NetworkLoadBalancerClient. getHealthChecker(GetHealthCheckerRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetHealthCheckerRequest 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 GetHealthCheckerRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.requests that return GetHealthCheckerRequest Modifier and Type Method Description GetHealthCheckerRequest
GetHealthCheckerRequest.Builder. build()
Build the instance of GetHealthCheckerRequest as configured by this builderGetHealthCheckerRequest
GetHealthCheckerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetHealthCheckerRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type GetHealthCheckerRequest Modifier and Type Method Description GetHealthCheckerRequest.Builder
GetHealthCheckerRequest.Builder. copy(GetHealthCheckerRequest o)
Copy method to populate the builder with values from the given instance.
-