Uses of Class
com.oracle.bmc.mysql.model.ChannelTarget
-
Packages that use ChannelTarget Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelTarget in com.oracle.bmc.mysql.model
Subclasses of ChannelTarget in com.oracle.bmc.mysql.model Modifier and Type Class Description class
ChannelTargetDbSystem
Core properties of a DB System Channel target.Methods in com.oracle.bmc.mysql.model that return ChannelTarget Modifier and Type Method Description ChannelTarget
Channel. getTarget()
ChannelTarget
ChannelSummary. getTarget()
Methods in com.oracle.bmc.mysql.model with parameters of type ChannelTarget Modifier and Type Method Description Channel.Builder
Channel.Builder. target(ChannelTarget target)
ChannelSummary.Builder
ChannelSummary.Builder. target(ChannelTarget target)
Constructors in com.oracle.bmc.mysql.model with parameters of type ChannelTarget 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.
-