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