Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentLoggingSource
- 
Packages that use UnifiedAgentLoggingSource Package Description com.oracle.bmc.logging.model 
- 
- 
Uses of UnifiedAgentLoggingSource in com.oracle.bmc.logging.modelSubclasses of UnifiedAgentLoggingSource in com.oracle.bmc.logging.model Modifier and Type Class Description classUnifiedAgentCustomPluginLogSourceUser-customized-source-plugin log source object.classUnifiedAgentTailLogSourceTail log source object.classUnifiedAgentWindowsEventSourceWindows events log source object.Methods in com.oracle.bmc.logging.model that return types with arguments of type UnifiedAgentLoggingSource Modifier and Type Method Description List<UnifiedAgentLoggingSource>UnifiedAgentLoggingConfiguration. getSources()Logging source object.Method parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentLoggingSource Modifier and Type Method Description UnifiedAgentLoggingConfiguration.BuilderUnifiedAgentLoggingConfiguration.Builder. sources(List<UnifiedAgentLoggingSource> sources)Logging source object.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentLoggingSource Constructor Description UnifiedAgentLoggingConfiguration(List<UnifiedAgentLoggingSource> sources, List<UnifiedAgentLoggingFilter> filter, UnifiedAgentLoggingDestination destination)Deprecated.
 
-