Uses of Class
com.oracle.bmc.loganalytics.responses.DisableIngestTimeRuleResponse
-
Packages that use DisableIngestTimeRuleResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of DisableIngestTimeRuleResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return DisableIngestTimeRuleResponse Modifier and Type Method Description DisableIngestTimeRuleResponse
LogAnalytics. disableIngestTimeRule(DisableIngestTimeRuleRequest request)
Disables the specified ingest time rule.DisableIngestTimeRuleResponse
LogAnalyticsClient. disableIngestTimeRule(DisableIngestTimeRuleRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type DisableIngestTimeRuleResponse Modifier and Type Method Description Future<DisableIngestTimeRuleResponse>
LogAnalyticsAsync. disableIngestTimeRule(DisableIngestTimeRuleRequest request, AsyncHandler<DisableIngestTimeRuleRequest,DisableIngestTimeRuleResponse> handler)
Disables the specified ingest time rule.Future<DisableIngestTimeRuleResponse>
LogAnalyticsAsyncClient. disableIngestTimeRule(DisableIngestTimeRuleRequest request, AsyncHandler<DisableIngestTimeRuleRequest,DisableIngestTimeRuleResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type DisableIngestTimeRuleResponse Modifier and Type Method Description Future<DisableIngestTimeRuleResponse>
LogAnalyticsAsync. disableIngestTimeRule(DisableIngestTimeRuleRequest request, AsyncHandler<DisableIngestTimeRuleRequest,DisableIngestTimeRuleResponse> handler)
Disables the specified ingest time rule.Future<DisableIngestTimeRuleResponse>
LogAnalyticsAsyncClient. disableIngestTimeRule(DisableIngestTimeRuleRequest request, AsyncHandler<DisableIngestTimeRuleRequest,DisableIngestTimeRuleResponse> handler)
-
Uses of DisableIngestTimeRuleResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return DisableIngestTimeRuleResponse Modifier and Type Method Description DisableIngestTimeRuleResponse
DisableIngestTimeRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type DisableIngestTimeRuleResponse Modifier and Type Method Description DisableIngestTimeRuleResponse.Builder
DisableIngestTimeRuleResponse.Builder. copy(DisableIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
-