Uses of Class
com.oracle.bmc.loganalytics.model.CreateIngestTimeRuleDetails
-
Packages that use CreateIngestTimeRuleDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of CreateIngestTimeRuleDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return CreateIngestTimeRuleDetails Modifier and Type Method Description CreateIngestTimeRuleDetails
CreateIngestTimeRuleDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type CreateIngestTimeRuleDetails Modifier and Type Method Description CreateIngestTimeRuleDetails.Builder
CreateIngestTimeRuleDetails.Builder. copy(CreateIngestTimeRuleDetails model)
-
Uses of CreateIngestTimeRuleDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return CreateIngestTimeRuleDetails Modifier and Type Method Description CreateIngestTimeRuleDetails
CreateIngestTimeRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateIngestTimeRuleDetails
CreateIngestTimeRuleRequest. getCreateIngestTimeRuleDetails()
Details of the new ingest time rule.Methods in com.oracle.bmc.loganalytics.requests with parameters of type CreateIngestTimeRuleDetails Modifier and Type Method Description CreateIngestTimeRuleRequest.Builder
CreateIngestTimeRuleRequest.Builder. body$(CreateIngestTimeRuleDetails body)
Alternative setter for the body parameter.CreateIngestTimeRuleRequest.Builder
CreateIngestTimeRuleRequest.Builder. createIngestTimeRuleDetails(CreateIngestTimeRuleDetails createIngestTimeRuleDetails)
Details of the new ingest time rule.
-