Uses of Class
com.oracle.bmc.logging.model.GrepFilterDenyRule
-
Packages that use GrepFilterDenyRule Package Description com.oracle.bmc.logging.model -
-
Uses of GrepFilterDenyRule in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return GrepFilterDenyRule Modifier and Type Method Description GrepFilterDenyRule
GrepFilterDenyRule.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type GrepFilterDenyRule Modifier and Type Method Description List<GrepFilterDenyRule>
UnifiedAgentLoggingGrepFilter. getDenyList()
A list of filtering rules to reject logsMethods in com.oracle.bmc.logging.model with parameters of type GrepFilterDenyRule Modifier and Type Method Description GrepFilterDenyRule.Builder
GrepFilterDenyRule.Builder. copy(GrepFilterDenyRule model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type GrepFilterDenyRule Modifier and Type Method Description UnifiedAgentLoggingGrepFilter.Builder
UnifiedAgentLoggingGrepFilter.Builder. denyList(List<GrepFilterDenyRule> denyList)
A list of filtering rules to reject logs
-