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