Uses of Class
com.oracle.bmc.mysql.model.UpdateChannelSourceDetails
-
Packages that use UpdateChannelSourceDetails Package Description com.oracle.bmc.mysql.model -
-
Uses of UpdateChannelSourceDetails in com.oracle.bmc.mysql.model
Subclasses of UpdateChannelSourceDetails in com.oracle.bmc.mysql.model Modifier and Type Class Description class
UpdateChannelSourceFromMysqlDetails
Parameters detailing how to provision the source endpoint that is a MySQL Server.Methods in com.oracle.bmc.mysql.model that return UpdateChannelSourceDetails Modifier and Type Method Description UpdateChannelSourceDetails
UpdateChannelDetails. getSource()
Methods in com.oracle.bmc.mysql.model with parameters of type UpdateChannelSourceDetails Modifier and Type Method Description UpdateChannelDetails.Builder
UpdateChannelDetails.Builder. source(UpdateChannelSourceDetails source)
Constructors in com.oracle.bmc.mysql.model with parameters of type UpdateChannelSourceDetails Constructor Description UpdateChannelDetails(UpdateChannelSourceDetails source, UpdateChannelTargetDetails target, String displayName, Boolean isEnabled, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-