Uses of Class
com.oracle.bmc.loggingingestion.model.LogEntry
-
Packages that use LogEntry Package Description com.oracle.bmc.loggingingestion.model -
-
Uses of LogEntry in com.oracle.bmc.loggingingestion.model
Methods in com.oracle.bmc.loggingingestion.model that return LogEntry Modifier and Type Method Description LogEntry
LogEntry.Builder. build()
Methods in com.oracle.bmc.loggingingestion.model that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
LogEntryBatch. getEntries()
List of data entries.Methods in com.oracle.bmc.loggingingestion.model with parameters of type LogEntry Modifier and Type Method Description LogEntry.Builder
LogEntry.Builder. copy(LogEntry model)
Method parameters in com.oracle.bmc.loggingingestion.model with type arguments of type LogEntry Modifier and Type Method Description LogEntryBatch.Builder
LogEntryBatch.Builder. entries(List<LogEntry> entries)
List of data entries.Constructor parameters in com.oracle.bmc.loggingingestion.model with type arguments of type LogEntry Constructor Description LogEntryBatch(List<LogEntry> entries, String source, String type, String subject, Date defaultlogentrytime)
Deprecated.
-