Uses of Class
com.oracle.bmc.loadbalancer.requests.UpdatePathRouteSetRequest
- 
Packages that use UpdatePathRouteSetRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests 
- 
- 
Uses of UpdatePathRouteSetRequest in com.oracle.bmc.loadbalancerMethods in com.oracle.bmc.loadbalancer with parameters of type UpdatePathRouteSetRequest Modifier and Type Method Description UpdatePathRouteSetResponseLoadBalancer. updatePathRouteSet(UpdatePathRouteSetRequest request)Overwrites an existing path route set on the specified load balancer.Future<UpdatePathRouteSetResponse>LoadBalancerAsync. updatePathRouteSet(UpdatePathRouteSetRequest request, AsyncHandler<UpdatePathRouteSetRequest,UpdatePathRouteSetResponse> handler)Overwrites an existing path route set on the specified load balancer.Future<UpdatePathRouteSetResponse>LoadBalancerAsyncClient. updatePathRouteSet(UpdatePathRouteSetRequest request, AsyncHandler<UpdatePathRouteSetRequest,UpdatePathRouteSetResponse> handler)UpdatePathRouteSetResponseLoadBalancerClient. updatePathRouteSet(UpdatePathRouteSetRequest request)Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdatePathRouteSetRequest Modifier and Type Method Description Future<UpdatePathRouteSetResponse>LoadBalancerAsync. updatePathRouteSet(UpdatePathRouteSetRequest request, AsyncHandler<UpdatePathRouteSetRequest,UpdatePathRouteSetResponse> handler)Overwrites an existing path route set on the specified load balancer.Future<UpdatePathRouteSetResponse>LoadBalancerAsyncClient. updatePathRouteSet(UpdatePathRouteSetRequest request, AsyncHandler<UpdatePathRouteSetRequest,UpdatePathRouteSetResponse> handler)
- 
Uses of UpdatePathRouteSetRequest in com.oracle.bmc.loadbalancer.requestsMethods in com.oracle.bmc.loadbalancer.requests that return UpdatePathRouteSetRequest Modifier and Type Method Description UpdatePathRouteSetRequestUpdatePathRouteSetRequest.Builder. build()Build the instance of UpdatePathRouteSetRequest as configured by this builderUpdatePathRouteSetRequestUpdatePathRouteSetRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdatePathRouteSetRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdatePathRouteSetRequest Modifier and Type Method Description UpdatePathRouteSetRequest.BuilderUpdatePathRouteSetRequest.Builder. copy(UpdatePathRouteSetRequest o)Copy method to populate the builder with values from the given instance.
 
-