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