Uses of Class
com.oracle.bmc.events.model.RuleSummary
-
Packages that use RuleSummary Package Description com.oracle.bmc.events com.oracle.bmc.events.model com.oracle.bmc.events.responses -
-
Uses of RuleSummary in com.oracle.bmc.events
Methods in com.oracle.bmc.events that return types with arguments of type RuleSummary Modifier and Type Method Description Iterable<RuleSummary>
EventsPaginators. listRulesRecordIterator(ListRulesRequest request)
Creates a new iterable which will iterate over theRuleSummary
objects contained in responses from the listRules operation. -
Uses of RuleSummary in com.oracle.bmc.events.model
Methods in com.oracle.bmc.events.model that return RuleSummary Modifier and Type Method Description RuleSummary
RuleSummary.Builder. build()
Methods in com.oracle.bmc.events.model with parameters of type RuleSummary Modifier and Type Method Description RuleSummary.Builder
RuleSummary.Builder. copy(RuleSummary model)
-
Uses of RuleSummary in com.oracle.bmc.events.responses
Methods in com.oracle.bmc.events.responses that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>
ListRulesResponse. getItems()
A list of com.oracle.bmc.events.model.RuleSummary instances.Method parameters in com.oracle.bmc.events.responses with type arguments of type RuleSummary Modifier and Type Method Description ListRulesResponse.Builder
ListRulesResponse.Builder. items(List<RuleSummary> items)
A list of com.oracle.bmc.events.model.RuleSummary instances.
-