Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentTailSourceAdvancedOptions
-
Packages that use UnifiedAgentTailSourceAdvancedOptions Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentTailSourceAdvancedOptions in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedAgentTailSourceAdvancedOptions Modifier and Type Method Description UnifiedAgentTailSourceAdvancedOptions
UnifiedAgentTailSourceAdvancedOptions.Builder. build()
UnifiedAgentTailSourceAdvancedOptions
UnifiedAgentTailLogSource. getAdvancedOptions()
Methods in com.oracle.bmc.logging.model with parameters of type UnifiedAgentTailSourceAdvancedOptions Modifier and Type Method Description UnifiedAgentTailLogSource.Builder
UnifiedAgentTailLogSource.Builder. advancedOptions(UnifiedAgentTailSourceAdvancedOptions advancedOptions)
UnifiedAgentTailSourceAdvancedOptions.Builder
UnifiedAgentTailSourceAdvancedOptions.Builder. copy(UnifiedAgentTailSourceAdvancedOptions model)
Constructors in com.oracle.bmc.logging.model with parameters of type UnifiedAgentTailSourceAdvancedOptions Constructor Description UnifiedAgentTailLogSource(String name, List<String> paths, UnifiedAgentParser parser, UnifiedAgentTailSourceAdvancedOptions advancedOptions)
Deprecated.
-