Uses of Class
com.oracle.bmc.loganalytics.requests.UpdateIngestTimeRuleRequest
-
Packages that use UpdateIngestTimeRuleRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpdateIngestTimeRuleRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpdateIngestTimeRuleRequest Modifier and Type Method Description UpdateIngestTimeRuleResponse
LogAnalytics. updateIngestTimeRule(UpdateIngestTimeRuleRequest request)
Updates the specified ingest time rule’s description, defined tags, and free-form tags.Future<UpdateIngestTimeRuleResponse>
LogAnalyticsAsync. updateIngestTimeRule(UpdateIngestTimeRuleRequest request, AsyncHandler<UpdateIngestTimeRuleRequest,UpdateIngestTimeRuleResponse> handler)
Updates the specified ingest time rule’s description, defined tags, and free-form tags.Future<UpdateIngestTimeRuleResponse>
LogAnalyticsAsyncClient. updateIngestTimeRule(UpdateIngestTimeRuleRequest request, AsyncHandler<UpdateIngestTimeRuleRequest,UpdateIngestTimeRuleResponse> handler)
UpdateIngestTimeRuleResponse
LogAnalyticsClient. updateIngestTimeRule(UpdateIngestTimeRuleRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateIngestTimeRuleRequest Modifier and Type Method Description Future<UpdateIngestTimeRuleResponse>
LogAnalyticsAsync. updateIngestTimeRule(UpdateIngestTimeRuleRequest request, AsyncHandler<UpdateIngestTimeRuleRequest,UpdateIngestTimeRuleResponse> handler)
Updates the specified ingest time rule’s description, defined tags, and free-form tags.Future<UpdateIngestTimeRuleResponse>
LogAnalyticsAsyncClient. updateIngestTimeRule(UpdateIngestTimeRuleRequest request, AsyncHandler<UpdateIngestTimeRuleRequest,UpdateIngestTimeRuleResponse> handler)
-
Uses of UpdateIngestTimeRuleRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpdateIngestTimeRuleRequest Modifier and Type Method Description UpdateIngestTimeRuleRequest
UpdateIngestTimeRuleRequest.Builder. build()
Build the instance of UpdateIngestTimeRuleRequest as configured by this builderUpdateIngestTimeRuleRequest
UpdateIngestTimeRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateIngestTimeRuleRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpdateIngestTimeRuleRequest Modifier and Type Method Description UpdateIngestTimeRuleRequest.Builder
UpdateIngestTimeRuleRequest.Builder. copy(UpdateIngestTimeRuleRequest o)
Copy method to populate the builder with values from the given instance.
-