Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetBackendRequest
- 
Packages that use GetBackendRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests 
- 
- 
Uses of GetBackendRequest in com.oracle.bmc.networkloadbalancerMethods in com.oracle.bmc.networkloadbalancer with parameters of type GetBackendRequest Modifier and Type Method Description GetBackendResponseNetworkLoadBalancer. getBackend(GetBackendRequest request)Retrieves the configuration information for the specified backend server.Future<GetBackendResponse>NetworkLoadBalancerAsync. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)Retrieves the configuration information for the specified backend server.Future<GetBackendResponse>NetworkLoadBalancerAsyncClient. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)GetBackendResponseNetworkLoadBalancerClient. getBackend(GetBackendRequest request)Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendRequest Modifier and Type Method Description Future<GetBackendResponse>NetworkLoadBalancerAsync. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)Retrieves the configuration information for the specified backend server.Future<GetBackendResponse>NetworkLoadBalancerAsyncClient. getBackend(GetBackendRequest request, AsyncHandler<GetBackendRequest,GetBackendResponse> handler)
- 
Uses of GetBackendRequest in com.oracle.bmc.networkloadbalancer.requestsMethods in com.oracle.bmc.networkloadbalancer.requests that return GetBackendRequest Modifier and Type Method Description GetBackendRequestGetBackendRequest.Builder. build()Build the instance of GetBackendRequest as configured by this builderGetBackendRequestGetBackendRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetBackendRequest as configured by this builderMethods in com.oracle.bmc.networkloadbalancer.requests with parameters of type GetBackendRequest Modifier and Type Method Description GetBackendRequest.BuilderGetBackendRequest.Builder. copy(GetBackendRequest o)Copy method to populate the builder with values from the given instance.
 
-