Uses of Class
com.oracle.bmc.mysql.model.ChannelFilter.Type
-
Packages that use ChannelFilter.Type Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelFilter.Type in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelFilter.Type Modifier and Type Method Description static ChannelFilter.Type
ChannelFilter.Type. create(String key)
ChannelFilter.Type
ChannelFilter. getType()
The type of the filter rule.static ChannelFilter.Type
ChannelFilter.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelFilter.Type[]
ChannelFilter.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type ChannelFilter.Type Modifier and Type Method Description ChannelFilter.Builder
ChannelFilter.Builder. type(ChannelFilter.Type type)
The type of the filter rule.Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelFilter.Type Constructor Description ChannelFilter(ChannelFilter.Type type, String value)
Deprecated.
-