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