Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetBackendResponse
-
Packages that use GetBackendResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetBackendResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetBackendResponse Modifier and Type Method Description GetBackendResponse
NetworkLoadBalancer. getBackend(GetBackendRequest request)
Retrieves the configuration information for the specified backend server.GetBackendResponse
NetworkLoadBalancerClient. getBackend(GetBackendRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetBackendResponse 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)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendResponse 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 GetBackendResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetBackendResponse Modifier and Type Method Description GetBackendResponse
GetBackendResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.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.
-