Uses of Class
com.oracle.bmc.loadbalancer.requests.ListBackendsRequest
-
Packages that use ListBackendsRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of ListBackendsRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type ListBackendsRequest Modifier and Type Method Description ListBackendsResponse
LoadBalancer. listBackends(ListBackendsRequest request)
Lists the backend servers for a given load balancer and backend set.Future<ListBackendsResponse>
LoadBalancerAsync. listBackends(ListBackendsRequest request, AsyncHandler<ListBackendsRequest,ListBackendsResponse> handler)
Lists the backend servers for a given load balancer and backend set.Future<ListBackendsResponse>
LoadBalancerAsyncClient. listBackends(ListBackendsRequest request, AsyncHandler<ListBackendsRequest,ListBackendsResponse> handler)
ListBackendsResponse
LoadBalancerClient. listBackends(ListBackendsRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type ListBackendsRequest Modifier and Type Method Description Future<ListBackendsResponse>
LoadBalancerAsync. listBackends(ListBackendsRequest request, AsyncHandler<ListBackendsRequest,ListBackendsResponse> handler)
Lists the backend servers for a given load balancer and backend set.Future<ListBackendsResponse>
LoadBalancerAsyncClient. listBackends(ListBackendsRequest request, AsyncHandler<ListBackendsRequest,ListBackendsResponse> handler)
-
Uses of ListBackendsRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return ListBackendsRequest Modifier and Type Method Description ListBackendsRequest
ListBackendsRequest.Builder. build()
Build the instance of ListBackendsRequest as configured by this builderListBackendsRequest
ListBackendsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBackendsRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type ListBackendsRequest Modifier and Type Method Description ListBackendsRequest.Builder
ListBackendsRequest.Builder. copy(ListBackendsRequest o)
Copy method to populate the builder with values from the given instance.
-