Uses of Class
com.oracle.bmc.mysql.model.ChannelSource
-
Packages that use ChannelSource Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelSource in com.oracle.bmc.mysql.model
Subclasses of ChannelSource in com.oracle.bmc.mysql.model Modifier and Type Class Description class
ChannelSourceMysql
Core properties of a Mysql Channel source.Methods in com.oracle.bmc.mysql.model that return ChannelSource Modifier and Type Method Description ChannelSource
Channel. getSource()
ChannelSource
ChannelSummary. getSource()
Methods in com.oracle.bmc.mysql.model with parameters of type ChannelSource Modifier and Type Method Description Channel.Builder
Channel.Builder. source(ChannelSource source)
ChannelSummary.Builder
ChannelSummary.Builder. source(ChannelSource source)
Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelSource Constructor Description Channel(String id, String compartmentId, String displayName, Boolean isEnabled, ChannelSource source, ChannelTarget target, String description, Channel.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ChannelSummary(String id, String compartmentId, Boolean isEnabled, ChannelSource source, ChannelTarget target, Channel.LifecycleState lifecycleState, String lifecycleDetails, String displayName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-