Uses of Class
com.oracle.bmc.loadbalancer.requests.GetRoutingPolicyRequest
-
Packages that use GetRoutingPolicyRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of GetRoutingPolicyRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type GetRoutingPolicyRequest Modifier and Type Method Description GetRoutingPolicyResponse
LoadBalancer. getRoutingPolicy(GetRoutingPolicyRequest request)
Gets the specified routing policy.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)
GetRoutingPolicyResponse
LoadBalancerClient. getRoutingPolicy(GetRoutingPolicyRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type GetRoutingPolicyRequest 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 GetRoutingPolicyRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return GetRoutingPolicyRequest Modifier and Type Method Description GetRoutingPolicyRequest
GetRoutingPolicyRequest.Builder. build()
Build the instance of GetRoutingPolicyRequest as configured by this builderGetRoutingPolicyRequest
GetRoutingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRoutingPolicyRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type GetRoutingPolicyRequest Modifier and Type Method Description GetRoutingPolicyRequest.Builder
GetRoutingPolicyRequest.Builder. copy(GetRoutingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-