Uses of Class
com.oracle.bmc.mysql.model.ChannelSource.SourceType
-
Packages that use ChannelSource.SourceType Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelSource.SourceType in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelSource.SourceType Modifier and Type Method Description static ChannelSource.SourceType
ChannelSource.SourceType. create(String key)
static ChannelSource.SourceType
ChannelSource.SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelSource.SourceType[]
ChannelSource.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-