Uses of Class
com.oracle.bmc.networkloadbalancer.responses.GetBackendSetResponse
-
Packages that use GetBackendSetResponse Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.responses -
-
Uses of GetBackendSetResponse in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer that return GetBackendSetResponse Modifier and Type Method Description GetBackendSetResponse
NetworkLoadBalancer. getBackendSet(GetBackendSetRequest request)
Retrieves the configuration information for the specified backend set.GetBackendSetResponse
NetworkLoadBalancerClient. getBackendSet(GetBackendSetRequest request)
Methods in com.oracle.bmc.networkloadbalancer that return types with arguments of type GetBackendSetResponse Modifier and Type Method Description Future<GetBackendSetResponse>
NetworkLoadBalancerAsync. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
Retrieves the configuration information for the specified backend set.Future<GetBackendSetResponse>
NetworkLoadBalancerAsyncClient. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendSetResponse Modifier and Type Method Description Future<GetBackendSetResponse>
NetworkLoadBalancerAsync. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
Retrieves the configuration information for the specified backend set.Future<GetBackendSetResponse>
NetworkLoadBalancerAsyncClient. getBackendSet(GetBackendSetRequest request, AsyncHandler<GetBackendSetRequest,GetBackendSetResponse> handler)
-
Uses of GetBackendSetResponse in com.oracle.bmc.networkloadbalancer.responses
Methods in com.oracle.bmc.networkloadbalancer.responses that return GetBackendSetResponse Modifier and Type Method Description GetBackendSetResponse
GetBackendSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.networkloadbalancer.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.
-