Uses of Class
com.oracle.bmc.loadbalancer.responses.UpdatePathRouteSetResponse
-
Packages that use UpdatePathRouteSetResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of UpdatePathRouteSetResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return UpdatePathRouteSetResponse Modifier and Type Method Description UpdatePathRouteSetResponse
LoadBalancer. updatePathRouteSet(UpdatePathRouteSetRequest request)
Overwrites an existing path route set on the specified load balancer.UpdatePathRouteSetResponse
LoadBalancerClient. updatePathRouteSet(UpdatePathRouteSetRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type UpdatePathRouteSetResponse 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)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdatePathRouteSetResponse 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 UpdatePathRouteSetResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return UpdatePathRouteSetResponse Modifier and Type Method Description UpdatePathRouteSetResponse
UpdatePathRouteSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type UpdatePathRouteSetResponse Modifier and Type Method Description UpdatePathRouteSetResponse.Builder
UpdatePathRouteSetResponse.Builder. copy(UpdatePathRouteSetResponse o)
Copy method to populate the builder with values from the given instance.
-