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