Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentCustomSection
-
Packages that use UnifiedAgentCustomSection Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentCustomSection in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return UnifiedAgentCustomSection Modifier and Type Method Description UnifiedAgentCustomSection
UnifiedAgentCustomSection.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type UnifiedAgentCustomSection Modifier and Type Method Description List<UnifiedAgentCustomSection>
UnifiedAgentCustomFilter. getCustomSections()
List of custom sections in custom filterMethods in com.oracle.bmc.logging.model with parameters of type UnifiedAgentCustomSection Modifier and Type Method Description UnifiedAgentCustomSection.Builder
UnifiedAgentCustomSection.Builder. copy(UnifiedAgentCustomSection model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentCustomSection Modifier and Type Method Description UnifiedAgentCustomFilter.Builder
UnifiedAgentCustomFilter.Builder. customSections(List<UnifiedAgentCustomSection> customSections)
List of custom sections in custom filterConstructor parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentCustomSection Constructor Description UnifiedAgentCustomFilter(String name, String customFilterType, Map<String,String> params, List<UnifiedAgentCustomSection> customSections)
Deprecated.
-