Uses of Class
com.oracle.bmc.loganalytics.requests.EnableIngestTimeRuleRequest
-
Packages that use EnableIngestTimeRuleRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of EnableIngestTimeRuleRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type EnableIngestTimeRuleRequest Modifier and Type Method Description EnableIngestTimeRuleResponse
LogAnalytics. enableIngestTimeRule(EnableIngestTimeRuleRequest request)
Enables the specified ingest time rule.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)
EnableIngestTimeRuleResponse
LogAnalyticsClient. enableIngestTimeRule(EnableIngestTimeRuleRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type EnableIngestTimeRuleRequest 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 EnableIngestTimeRuleRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return EnableIngestTimeRuleRequest Modifier and Type Method Description EnableIngestTimeRuleRequest
EnableIngestTimeRuleRequest.Builder. build()
Build the instance of EnableIngestTimeRuleRequest as configured by this builderEnableIngestTimeRuleRequest
EnableIngestTimeRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableIngestTimeRuleRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type EnableIngestTimeRuleRequest Modifier and Type Method Description EnableIngestTimeRuleRequest.Builder
EnableIngestTimeRuleRequest.Builder. copy(EnableIngestTimeRuleRequest o)
Copy method to populate the builder with values from the given instance.
-