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