Uses of Class
com.oracle.bmc.loganalytics.requests.ListRulesRequest
-
Packages that use ListRulesRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ListRulesRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ListRulesRequest Modifier and Type Method Description ListRulesResponseLogAnalytics. listRules(ListRulesRequest request)Returns a list of ingest time rules and scheduled tasks in a compartment.Future<ListRulesResponse>LogAnalyticsAsync. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)Returns a list of ingest time rules and scheduled tasks in a compartment.Future<ListRulesResponse>LogAnalyticsAsyncClient. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)ListRulesResponseLogAnalyticsClient. listRules(ListRulesRequest request)Iterable<RuleSummary>LogAnalyticsPaginators. listRulesRecordIterator(ListRulesRequest request)Creates a new iterable which will iterate over theRuleSummaryobjects contained in responses from the listRules operation.Iterable<ListRulesResponse>LogAnalyticsPaginators. listRulesResponseIterator(ListRulesRequest request)Creates a new iterable which will iterate over the responses received from the listRules operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListRulesRequest Modifier and Type Method Description Future<ListRulesResponse>LogAnalyticsAsync. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler)Returns a list of ingest time rules and scheduled tasks in a compartment.Future<ListRulesResponse>LogAnalyticsAsyncClient. listRules(ListRulesRequest request, AsyncHandler<ListRulesRequest,ListRulesResponse> handler) -
Uses of ListRulesRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListRulesRequest Modifier and Type Method Description ListRulesRequestListRulesRequest.Builder. build()Build the instance of ListRulesRequest as configured by this builderListRulesRequestListRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListRulesRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ListRulesRequest Modifier and Type Method Description ListRulesRequest.BuilderListRulesRequest.Builder. copy(ListRulesRequest o)Copy method to populate the builder with values from the given instance.
-