Uses of Class
com.oracle.bmc.loadbalancer.requests.GetBackendSetRequest
-
Packages that use GetBackendSetRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetBackendSetRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetBackendSetRequest Modifier and Type Method Description GetBackendSetResponse
LoadBalancer. getBackendSet(GetBackendSetRequest request)
Gets the specified backend set’s configuration information.Future<GetBackendSetResponse>
LoadBalancerAsync. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
Gets the specified backend set’s configuration information.Future<GetBackendSetResponse>
LoadBalancerAsyncClient. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
GetBackendSetResponse
LoadBalancerClient. getBackendSet(GetBackendSetRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetBackendSetRequest Modifier and Type Method Description Future<GetBackendSetResponse>
LoadBalancerAsync. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
Gets the specified backend set’s configuration information.Future<GetBackendSetResponse>
LoadBalancerAsyncClient. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
-
Uses of GetBackendSetRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetBackendSetRequest Modifier and Type Method Description GetBackendSetRequest
GetBackendSetRequest.Builder. build()
Build the instance of GetBackendSetRequest as configured by this builderGetBackendSetRequest
GetBackendSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBackendSetRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetBackendSetRequest Modifier and Type Method Description GetBackendSetRequest.Builder
GetBackendSetRequest.Builder. copy(GetBackendSetRequest o)
Copy method to populate the builder with values from the given instance.
-