Uses of Class
com.oracle.bmc.events.requests.CreateRuleRequest
-
Packages that use CreateRuleRequest Package Description com.oracle.bmc.events com.oracle.bmc.events.requests -
-
Uses of CreateRuleRequest in com.oracle.bmc.events
Methods in com.oracle.bmc.events with parameters of type CreateRuleRequest Modifier and Type Method Description CreateRuleResponse
Events. createRule(CreateRuleRequest request)
Creates a new rule.Future<CreateRuleResponse>
EventsAsync. createRule(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResponse> handler)
Creates a new rule.Future<CreateRuleResponse>
EventsAsyncClient. createRule(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResponse> handler)
CreateRuleResponse
EventsClient. createRule(CreateRuleRequest request)
Method parameters in com.oracle.bmc.events with type arguments of type CreateRuleRequest Modifier and Type Method Description Future<CreateRuleResponse>
EventsAsync. createRule(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResponse> handler)
Creates a new rule.Future<CreateRuleResponse>
EventsAsyncClient. createRule(CreateRuleRequest request, AsyncHandler<CreateRuleRequest,CreateRuleResponse> handler)
-
Uses of CreateRuleRequest in com.oracle.bmc.events.requests
Methods in com.oracle.bmc.events.requests that return CreateRuleRequest Modifier and Type Method Description CreateRuleRequest
CreateRuleRequest.Builder. build()
Build the instance of CreateRuleRequest as configured by this builderCreateRuleRequest
CreateRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRuleRequest as configured by this builderMethods in com.oracle.bmc.events.requests with parameters of type CreateRuleRequest Modifier and Type Method Description CreateRuleRequest.Builder
CreateRuleRequest.Builder. copy(CreateRuleRequest o)
Copy method to populate the builder with values from the given instance.
-