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