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