Uses of Class
com.oracle.bmc.loadbalancer.requests.GetBackendRequest
-
Packages that use GetBackendRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetBackendRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetBackendRequest Modifier and Type Method Description GetBackendResponse
LoadBalancer. getBackend(GetBackendRequest request)
Gets the specified backend server’s configuration information.Future<GetBackendResponse>
LoadBalancerAsync. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)
Gets the specified backend server’s configuration information.Future<GetBackendResponse>
LoadBalancerAsyncClient. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)
GetBackendResponse
LoadBalancerClient. getBackend(GetBackendRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetBackendRequest Modifier and Type Method Description Future<GetBackendResponse>
LoadBalancerAsync. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)
Gets the specified backend server’s configuration information.Future<GetBackendResponse>
LoadBalancerAsyncClient. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)
-
Uses of GetBackendRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetBackendRequest Modifier and Type Method Description GetBackendRequest
GetBackendRequest.Builder. build()
Build the instance of GetBackendRequest as configured by this builderGetBackendRequest
GetBackendRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackendRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetBackendRequest Modifier and Type Method Description GetBackendRequest.Builder
GetBackendRequest.Builder. copy(GetBackendRequest o)
Copy method to populate the builder with values from the given instance.
-