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.model
Subclasses of UnifiedAgentLoggingSource in com.oracle.bmc.logging.model Modifier and Type Class Description class
UnifiedAgentCustomPluginLogSource
User-customized-source-plugin log source object.class
UnifiedAgentTailLogSource
Tail log source object.class
UnifiedAgentWindowsEventSource
Windows 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.Builder
UnifiedAgentLoggingConfiguration.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.
-