Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentTailLogSource
-
Packages that use UnifiedAgentTailLogSource Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentTailLogSource in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedAgentTailLogSource Modifier and Type Method Description UnifiedAgentTailLogSource
UnifiedAgentTailLogSource.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type UnifiedAgentTailLogSource Modifier and Type Method Description List<UnifiedAgentTailLogSource>
UnifiedAgentOpenmetricsTailConfigurationDetails. getSources()
Tail log source objects.Methods in com.oracle.bmc.logging.model with parameters of type UnifiedAgentTailLogSource Modifier and Type Method Description UnifiedAgentTailLogSource.Builder
UnifiedAgentTailLogSource.Builder. copy(UnifiedAgentTailLogSource model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentTailLogSource Modifier and Type Method Description UnifiedAgentOpenmetricsTailConfigurationDetails.Builder
UnifiedAgentOpenmetricsTailConfigurationDetails.Builder. sources(List<UnifiedAgentTailLogSource> sources)
Tail log source objects.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentTailLogSource Constructor Description UnifiedAgentOpenmetricsTailConfigurationDetails(List<UnifiedAgentTailLogSource> sources, UnifiedAgentMonitoringDestination destination)
Deprecated.
-