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