Uses of Class
com.oracle.bmc.events.model.Rule
-
Packages that use Rule Package Description com.oracle.bmc.events.model com.oracle.bmc.events.responses -
-
Uses of Rule in com.oracle.bmc.events.model
Methods in com.oracle.bmc.events.model that return Rule Modifier and Type Method Description Rule
Rule.Builder. build()
Methods in com.oracle.bmc.events.model with parameters of type Rule Modifier and Type Method Description Rule.Builder
Rule.Builder. copy(Rule model)
-
Uses of Rule in com.oracle.bmc.events.responses
Methods in com.oracle.bmc.events.responses that return Rule Modifier and Type Method Description Rule
CreateRuleResponse. getRule()
The returned Rule instance.Rule
GetRuleResponse. getRule()
The returned Rule instance.Rule
UpdateRuleResponse. getRule()
The returned Rule instance.Methods in com.oracle.bmc.events.responses with parameters of type Rule Modifier and Type Method Description CreateRuleResponse.Builder
CreateRuleResponse.Builder. rule(Rule rule)
The returned Rule instance.GetRuleResponse.Builder
GetRuleResponse.Builder. rule(Rule rule)
The returned Rule instance.UpdateRuleResponse.Builder
UpdateRuleResponse.Builder. rule(Rule rule)
The returned Rule instance.
-