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