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.TypeChannelFilter.Type. create(String key)ChannelFilter.TypeChannelFilter. getType()The type of the filter rule.static ChannelFilter.TypeChannelFilter.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.BuilderChannelFilter.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.
-