Uses of Class
com.oracle.bmc.loggingingestion.model.LogEntryBatch
-
Packages that use LogEntryBatch Package Description com.oracle.bmc.loggingingestion.model -
-
Uses of LogEntryBatch in com.oracle.bmc.loggingingestion.model
Methods in com.oracle.bmc.loggingingestion.model that return LogEntryBatch Modifier and Type Method Description LogEntryBatch
LogEntryBatch.Builder. build()
Methods in com.oracle.bmc.loggingingestion.model that return types with arguments of type LogEntryBatch Modifier and Type Method Description List<LogEntryBatch>
PutLogsDetails. getLogEntryBatches()
List of log-batches.Methods in com.oracle.bmc.loggingingestion.model with parameters of type LogEntryBatch Modifier and Type Method Description LogEntryBatch.Builder
LogEntryBatch.Builder. copy(LogEntryBatch model)
Method parameters in com.oracle.bmc.loggingingestion.model with type arguments of type LogEntryBatch Modifier and Type Method Description PutLogsDetails.Builder
PutLogsDetails.Builder. logEntryBatches(List<LogEntryBatch> logEntryBatches)
List of log-batches.Constructor parameters in com.oracle.bmc.loggingingestion.model with type arguments of type LogEntryBatch Constructor Description PutLogsDetails(String specversion, List<LogEntryBatch> logEntryBatches)
Deprecated.
-