Uses of Class
com.oracle.bmc.loadbalancer.requests.CreateRoutingPolicyRequest
-
Packages that use CreateRoutingPolicyRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of CreateRoutingPolicyRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type CreateRoutingPolicyRequest Modifier and Type Method Description CreateRoutingPolicyResponse
LoadBalancer. createRoutingPolicy(CreateRoutingPolicyRequest request)
Adds a routing policy to a load balancer.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)
CreateRoutingPolicyResponse
LoadBalancerClient. createRoutingPolicy(CreateRoutingPolicyRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateRoutingPolicyRequest 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 CreateRoutingPolicyRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return CreateRoutingPolicyRequest Modifier and Type Method Description CreateRoutingPolicyRequest
CreateRoutingPolicyRequest.Builder. build()
Build the instance of CreateRoutingPolicyRequest as configured by this builderCreateRoutingPolicyRequest
CreateRoutingPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRoutingPolicyRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type CreateRoutingPolicyRequest Modifier and Type Method Description CreateRoutingPolicyRequest.Builder
CreateRoutingPolicyRequest.Builder. copy(CreateRoutingPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-