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.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type UpdatePathRouteSetRequest Modifier and Type Method Description UpdatePathRouteSetResponse
LoadBalancer. 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)
UpdatePathRouteSetResponse
LoadBalancerClient. 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.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdatePathRouteSetRequest Modifier and Type Method Description UpdatePathRouteSetRequest
UpdatePathRouteSetRequest.Builder. build()
Build the instance of UpdatePathRouteSetRequest as configured by this builderUpdatePathRouteSetRequest
UpdatePathRouteSetRequest.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.Builder
UpdatePathRouteSetRequest.Builder. copy(UpdatePathRouteSetRequest o)
Copy method to populate the builder with values from the given instance.
-