Uses of Class
com.oracle.bmc.networkloadbalancer.requests.GetBackendSetRequest
-
Packages that use GetBackendSetRequest Package Description com.oracle.bmc.networkloadbalancer com.oracle.bmc.networkloadbalancer.requests -
-
Uses of GetBackendSetRequest in com.oracle.bmc.networkloadbalancer
Methods in com.oracle.bmc.networkloadbalancer with parameters of type GetBackendSetRequest Modifier and Type Method Description GetBackendSetResponse
NetworkLoadBalancer. getBackendSet(GetBackendSetRequest request)
Retrieves the configuration information for the specified backend set.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)
GetBackendSetResponse
NetworkLoadBalancerClient. getBackendSet(GetBackendSetRequest request)
Method parameters in com.oracle.bmc.networkloadbalancer with type arguments of type GetBackendSetRequest 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 GetBackendSetRequest in com.oracle.bmc.networkloadbalancer.requests
Methods in com.oracle.bmc.networkloadbalancer.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.networkloadbalancer.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.
-