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