Uses of Class
com.oracle.bmc.loadbalancer.responses.GetBackendResponse
-
Packages that use GetBackendResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of GetBackendResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return GetBackendResponse Modifier and Type Method Description GetBackendResponse
LoadBalancer. getBackend(GetBackendRequest request)
Gets the specified backend server’s configuration information.GetBackendResponse
LoadBalancerClient. getBackend(GetBackendRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type GetBackendResponse 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)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetBackendResponse 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 GetBackendResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return GetBackendResponse Modifier and Type Method Description GetBackendResponse
GetBackendResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type GetBackendResponse Modifier and Type Method Description GetBackendResponse.Builder
GetBackendResponse.Builder. copy(GetBackendResponse o)
Copy method to populate the builder with values from the given instance.
-