Uses of Class
com.oracle.bmc.loganalytics.responses.CreateIngestTimeRuleResponse
-
Packages that use CreateIngestTimeRuleResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of CreateIngestTimeRuleResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return CreateIngestTimeRuleResponse Modifier and Type Method Description CreateIngestTimeRuleResponse
LogAnalytics. createIngestTimeRule(CreateIngestTimeRuleRequest request)
Creates a new ingest time rule in the specified compartment.CreateIngestTimeRuleResponse
LogAnalyticsClient. createIngestTimeRule(CreateIngestTimeRuleRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type CreateIngestTimeRuleResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type CreateIngestTimeRuleResponse 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 CreateIngestTimeRuleResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return CreateIngestTimeRuleResponse Modifier and Type Method Description CreateIngestTimeRuleResponse
CreateIngestTimeRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type CreateIngestTimeRuleResponse Modifier and Type Method Description CreateIngestTimeRuleResponse.Builder
CreateIngestTimeRuleResponse.Builder. copy(CreateIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
-