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