Uses of Class
com.oracle.bmc.loadbalancer.responses.GetRoutingPolicyResponse
-
Packages that use GetRoutingPolicyResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of GetRoutingPolicyResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return GetRoutingPolicyResponse Modifier and Type Method Description GetRoutingPolicyResponse
LoadBalancer. getRoutingPolicy(GetRoutingPolicyRequest request)
Gets the specified routing policy.GetRoutingPolicyResponse
LoadBalancerClient. getRoutingPolicy(GetRoutingPolicyRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type GetRoutingPolicyResponse Modifier and Type Method Description Future<GetRoutingPolicyResponse>
LoadBalancerAsync. getRoutingPolicy(GetRoutingPolicyRequest request, AsyncHandler<GetRoutingPolicyRequest,GetRoutingPolicyResponse> handler)
Gets the specified routing policy.Future<GetRoutingPolicyResponse>
LoadBalancerAsyncClient. getRoutingPolicy(GetRoutingPolicyRequest request, AsyncHandler<GetRoutingPolicyRequest,GetRoutingPolicyResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetRoutingPolicyResponse Modifier and Type Method Description Future<GetRoutingPolicyResponse>
LoadBalancerAsync. getRoutingPolicy(GetRoutingPolicyRequest request, AsyncHandler<GetRoutingPolicyRequest,GetRoutingPolicyResponse> handler)
Gets the specified routing policy.Future<GetRoutingPolicyResponse>
LoadBalancerAsyncClient. getRoutingPolicy(GetRoutingPolicyRequest request, AsyncHandler<GetRoutingPolicyRequest,GetRoutingPolicyResponse> handler)
-
Uses of GetRoutingPolicyResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return GetRoutingPolicyResponse Modifier and Type Method Description GetRoutingPolicyResponse
GetRoutingPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type GetRoutingPolicyResponse Modifier and Type Method Description GetRoutingPolicyResponse.Builder
GetRoutingPolicyResponse.Builder. copy(GetRoutingPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-