Uses of Class
com.oracle.bmc.loganalytics.responses.GetIngestTimeRuleResponse
-
Packages that use GetIngestTimeRuleResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetIngestTimeRuleResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetIngestTimeRuleResponse Modifier and Type Method Description GetIngestTimeRuleResponse
LogAnalytics. getIngestTimeRule(GetIngestTimeRuleRequest request)
Gets detailed information about the specified ingest time rule such as description, defined tags, and free-form tags.GetIngestTimeRuleResponse
LogAnalyticsClient. getIngestTimeRule(GetIngestTimeRuleRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetIngestTimeRuleResponse Modifier and Type Method Description Future<GetIngestTimeRuleResponse>
LogAnalyticsAsync. getIngestTimeRule(GetIngestTimeRuleRequest request, AsyncHandler<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse> handler)
Gets detailed information about the specified ingest time rule such as description, defined tags, and free-form tags.Future<GetIngestTimeRuleResponse>
LogAnalyticsAsyncClient. getIngestTimeRule(GetIngestTimeRuleRequest request, AsyncHandler<GetIngestTimeRuleRequest,GetIngestTimeRuleResponse> handler)
-
Uses of GetIngestTimeRuleResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetIngestTimeRuleResponse Modifier and Type Method Description GetIngestTimeRuleResponse
GetIngestTimeRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetIngestTimeRuleResponse Modifier and Type Method Description GetIngestTimeRuleResponse.Builder
GetIngestTimeRuleResponse.Builder. copy(GetIngestTimeRuleResponse o)
Copy method to populate the builder with values from the given instance.
-