Uses of Class
com.oracle.bmc.events.responses.ListRulesResponse
-
Packages that use ListRulesResponse Package Description com.oracle.bmc.events com.oracle.bmc.events.responses -
-
Uses of ListRulesResponse in com.oracle.bmc.events
Methods in com.oracle.bmc.events that return ListRulesResponse Modifier and Type Method Description ListRulesResponseEvents. listRules(ListRulesRequest request)Lists rules for this compartment.ListRulesResponseEventsClient. listRules(ListRulesRequest request)Methods in com.oracle.bmc.events that return types with arguments of type ListRulesResponse Modifier and Type Method Description Future<ListRulesResponse>EventsAsync. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)Lists rules for this compartment.Future<ListRulesResponse>EventsAsyncClient. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)Iterable<ListRulesResponse>EventsPaginators. listRulesResponseIterator(ListRulesRequest request)Creates a new iterable which will iterate over the responses received from the listRules operation.Method parameters in com.oracle.bmc.events with type arguments of type ListRulesResponse Modifier and Type Method Description Future<ListRulesResponse>EventsAsync. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)Lists rules for this compartment.Future<ListRulesResponse>EventsAsyncClient. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler) -
Uses of ListRulesResponse in com.oracle.bmc.events.responses
Methods in com.oracle.bmc.events.responses that return ListRulesResponse Modifier and Type Method Description ListRulesResponseListRulesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.events.responses with parameters of type ListRulesResponse Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. copy(ListRulesResponse o)Copy method to populate the builder with values from the given instance.
-