Uses of Class
com.oracle.bmc.loganalytics.model.IngestTimeRule
-
Packages that use IngestTimeRule Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests com.oracle.bmc.loganalytics.responses -
-
Uses of IngestTimeRule in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return IngestTimeRule Modifier and Type Method Description IngestTimeRule
IngestTimeRule.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type IngestTimeRule Modifier and Type Method Description IngestTimeRule.Builder
IngestTimeRule.Builder. copy(IngestTimeRule model)
-
Uses of IngestTimeRule in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return IngestTimeRule Modifier and Type Method Description IngestTimeRule
UpdateIngestTimeRuleRequest. getBody$()
Alternative accessor for the body parameter.IngestTimeRule
UpdateIngestTimeRuleRequest. getUpdateIngestTimeRuleDetails()
The information to be updated.Methods in com.oracle.bmc.loganalytics.requests with parameters of type IngestTimeRule Modifier and Type Method Description UpdateIngestTimeRuleRequest.Builder
UpdateIngestTimeRuleRequest.Builder. body$(IngestTimeRule body)
Alternative setter for the body parameter.UpdateIngestTimeRuleRequest.Builder
UpdateIngestTimeRuleRequest.Builder. updateIngestTimeRuleDetails(IngestTimeRule updateIngestTimeRuleDetails)
The information to be updated. -
Uses of IngestTimeRule in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return IngestTimeRule Modifier and Type Method Description IngestTimeRule
CreateIngestTimeRuleResponse. getIngestTimeRule()
The returned IngestTimeRule instance.IngestTimeRule
GetIngestTimeRuleResponse. getIngestTimeRule()
The returned IngestTimeRule instance.IngestTimeRule
UpdateIngestTimeRuleResponse. getIngestTimeRule()
The returned IngestTimeRule instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type IngestTimeRule Modifier and Type Method Description CreateIngestTimeRuleResponse.Builder
CreateIngestTimeRuleResponse.Builder. ingestTimeRule(IngestTimeRule ingestTimeRule)
The returned IngestTimeRule instance.GetIngestTimeRuleResponse.Builder
GetIngestTimeRuleResponse.Builder. ingestTimeRule(IngestTimeRule ingestTimeRule)
The returned IngestTimeRule instance.UpdateIngestTimeRuleResponse.Builder
UpdateIngestTimeRuleResponse.Builder. ingestTimeRule(IngestTimeRule ingestTimeRule)
The returned IngestTimeRule instance.
-