Uses of Class
com.oracle.bmc.logging.model.GrepFilterAllowRule
-
Packages that use GrepFilterAllowRule Package Description com.oracle.bmc.logging.model -
-
Uses of GrepFilterAllowRule in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return GrepFilterAllowRule Modifier and Type Method Description GrepFilterAllowRule
GrepFilterAllowRule.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type GrepFilterAllowRule Modifier and Type Method Description List<GrepFilterAllowRule>
UnifiedAgentLoggingGrepFilter. getAllowList()
A list of filtering rules to include logsMethods in com.oracle.bmc.logging.model with parameters of type GrepFilterAllowRule Modifier and Type Method Description GrepFilterAllowRule.Builder
GrepFilterAllowRule.Builder. copy(GrepFilterAllowRule model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type GrepFilterAllowRule Modifier and Type Method Description UnifiedAgentLoggingGrepFilter.Builder
UnifiedAgentLoggingGrepFilter.Builder. allowList(List<GrepFilterAllowRule> allowList)
A list of filtering rules to include logsConstructor parameters in com.oracle.bmc.logging.model with type arguments of type GrepFilterAllowRule Constructor Description UnifiedAgentLoggingGrepFilter(String name, List<GrepFilterAllowRule> allowList, List<GrepFilterDenyRule> denyList)
Deprecated.
-