Uses of Class
com.oracle.bmc.loadbalancer.responses.DeletePathRouteSetResponse
-
Packages that use DeletePathRouteSetResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses -
-
Uses of DeletePathRouteSetResponse in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return DeletePathRouteSetResponse Modifier and Type Method Description DeletePathRouteSetResponse
LoadBalancer. deletePathRouteSet(DeletePathRouteSetRequest request)
Deletes a path route set from the specified load balancer.DeletePathRouteSetResponse
LoadBalancerClient. deletePathRouteSet(DeletePathRouteSetRequest request)
Methods in com.oracle.bmc.loadbalancer that return types with arguments of type DeletePathRouteSetResponse Modifier and Type Method Description Future<DeletePathRouteSetResponse>
LoadBalancerAsync. deletePathRouteSet(DeletePathRouteSetRequest request, AsyncHandler<DeletePathRouteSetRequest,DeletePathRouteSetResponse> handler)
Deletes a path route set from the specified load balancer.Future<DeletePathRouteSetResponse>
LoadBalancerAsyncClient. deletePathRouteSet(DeletePathRouteSetRequest request, AsyncHandler<DeletePathRouteSetRequest,DeletePathRouteSetResponse> handler)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type DeletePathRouteSetResponse Modifier and Type Method Description Future<DeletePathRouteSetResponse>
LoadBalancerAsync. deletePathRouteSet(DeletePathRouteSetRequest request, AsyncHandler<DeletePathRouteSetRequest,DeletePathRouteSetResponse> handler)
Deletes a path route set from the specified load balancer.Future<DeletePathRouteSetResponse>
LoadBalancerAsyncClient. deletePathRouteSet(DeletePathRouteSetRequest request, AsyncHandler<DeletePathRouteSetRequest,DeletePathRouteSetResponse> handler)
-
Uses of DeletePathRouteSetResponse in com.oracle.bmc.loadbalancer.responses
Methods in com.oracle.bmc.loadbalancer.responses that return DeletePathRouteSetResponse Modifier and Type Method Description DeletePathRouteSetResponse
DeletePathRouteSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type DeletePathRouteSetResponse Modifier and Type Method Description DeletePathRouteSetResponse.Builder
DeletePathRouteSetResponse.Builder. copy(DeletePathRouteSetResponse o)
Copy method to populate the builder with values from the given instance.
-