Uses of Class
com.oracle.bmc.loganalytics.requests.CreateIngestTimeRuleRequest
-
Packages that use CreateIngestTimeRuleRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of CreateIngestTimeRuleRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type CreateIngestTimeRuleRequest Modifier and Type Method Description CreateIngestTimeRuleResponse
LogAnalytics. createIngestTimeRule(CreateIngestTimeRuleRequest request)
Creates a new ingest time rule in the specified compartment.Future<CreateIngestTimeRuleResponse>
LogAnalyticsAsync. createIngestTimeRule(CreateIngestTimeRuleRequest request, AsyncHandler<CreateIngestTimeRuleRequest,CreateIngestTimeRuleResponse> handler)
Creates a new ingest time rule in the specified compartment.Future<CreateIngestTimeRuleResponse>
LogAnalyticsAsyncClient. createIngestTimeRule(CreateIngestTimeRuleRequest request, AsyncHandler<CreateIngestTimeRuleRequest,CreateIngestTimeRuleResponse> handler)
CreateIngestTimeRuleResponse
LogAnalyticsClient. createIngestTimeRule(CreateIngestTimeRuleRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type CreateIngestTimeRuleRequest Modifier and Type Method Description Future<CreateIngestTimeRuleResponse>
LogAnalyticsAsync. createIngestTimeRule(CreateIngestTimeRuleRequest request, AsyncHandler<CreateIngestTimeRuleRequest,CreateIngestTimeRuleResponse> handler)
Creates a new ingest time rule in the specified compartment.Future<CreateIngestTimeRuleResponse>
LogAnalyticsAsyncClient. createIngestTimeRule(CreateIngestTimeRuleRequest request, AsyncHandler<CreateIngestTimeRuleRequest,CreateIngestTimeRuleResponse> handler)
-
Uses of CreateIngestTimeRuleRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return CreateIngestTimeRuleRequest Modifier and Type Method Description CreateIngestTimeRuleRequest
CreateIngestTimeRuleRequest.Builder. build()
Build the instance of CreateIngestTimeRuleRequest as configured by this builderCreateIngestTimeRuleRequest
CreateIngestTimeRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateIngestTimeRuleRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type CreateIngestTimeRuleRequest Modifier and Type Method Description CreateIngestTimeRuleRequest.Builder
CreateIngestTimeRuleRequest.Builder. copy(CreateIngestTimeRuleRequest o)
Copy method to populate the builder with values from the given instance.
-