Uses of Class
com.oracle.bmc.loganalytics.responses.UpdateIngestTimeRuleResponse
-
Packages that use UpdateIngestTimeRuleResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpdateIngestTimeRuleResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpdateIngestTimeRuleResponse Modifier and Type Method Description UpdateIngestTimeRuleResponse
LogAnalytics. updateIngestTimeRule(UpdateIngestTimeRuleRequest request)
Updates the specified ingest time rule’s description, defined tags, and free-form tags.UpdateIngestTimeRuleResponse
LogAnalyticsClient. updateIngestTimeRule(UpdateIngestTimeRuleRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpdateIngestTimeRuleResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpdateIngestTimeRuleResponse 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 UpdateIngestTimeRuleResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpdateIngestTimeRuleResponse Modifier and Type Method Description UpdateIngestTimeRuleResponse
UpdateIngestTimeRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpdateIngestTimeRuleResponse Modifier and Type Method Description UpdateIngestTimeRuleResponse.Builder
UpdateIngestTimeRuleResponse.Builder. copy(UpdateIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
-