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.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type GetBackendRequest Modifier and Type Method Description GetBackendResponse
NetworkLoadBalancer. 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)
GetBackendResponse
NetworkLoadBalancerClient. 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.requests
Methods in com.oracle.bmc.networkloadbalancer.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.networkloadbalancer.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.
-