Uses of Class
com.oracle.bmc.loadbalancer.requests.UpdateRuleSetRequest
-
Packages that use UpdateRuleSetRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of UpdateRuleSetRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type UpdateRuleSetRequest Modifier and Type Method Description UpdateRuleSetResponse
LoadBalancer. updateRuleSet(UpdateRuleSetRequest request)
Overwrites an existing set of rules on the specified load balancer.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)
UpdateRuleSetResponse
LoadBalancerClient. updateRuleSet(UpdateRuleSetRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type UpdateRuleSetRequest 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 UpdateRuleSetRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.requests that return UpdateRuleSetRequest Modifier and Type Method Description UpdateRuleSetRequest
UpdateRuleSetRequest.Builder. build()
Build the instance of UpdateRuleSetRequest as configured by this builderUpdateRuleSetRequest
UpdateRuleSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateRuleSetRequest as configured by this builderMethods in com.oracle.bmc.loadbalancer.requests with parameters of type UpdateRuleSetRequest Modifier and Type Method Description UpdateRuleSetRequest.Builder
UpdateRuleSetRequest.Builder. copy(UpdateRuleSetRequest o)
Copy method to populate the builder with values from the given instance.
-